mohdsm81 / ytdlp-wrapper-scripts

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.
6 stars 0 forks source link

positional problem of postprocessor-args #1

Open mohdsm81 opened 1 year ago

mohdsm81 commented 1 year ago

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.

mohdsm81 commented 3 months ago

Will look into this one once I have a graphics card to test on. My current card is being used for a work machine.