wrapper scripts for the ytdlp command line util for consistently downloading and renaming files, as well as recoding them to MP4 to avoid transcoding from media servers for the most part.
For some reason yt-dlp doesn't like the position of the --postprocessor-args and says:
Option hwaccel (use HW accelerated decoding) cannot be applied to output url file:name-file.temp.webm -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
However, when I move it around quiet a bit, it still doesn't fix the problem. So I will look at it later.
For some reason yt-dlp doesn't like the position of the
--postprocessor-args
and says:However, when I move it around quiet a bit, it still doesn't fix the problem. So I will look at it later.