ErrorFlynn / ytdlp-interface

Windows graphical interface for yt-dlp, designed as a simple YouTube downloader
MIT License
1.11k stars 58 forks source link

Allow to block VP9 in Settings, use AVC as default for mp4 #102

Closed rmayergfx closed 1 year ago

rmayergfx commented 1 year ago

YT uses VP9 and AV1 for higher quality videos, ext for VP9 is sometimes webm, sometimes mp4. Is it possible to force AVC for mp4?

grafik

rmayergfx commented 1 year ago

Found a temp solution, add following to the Custom arguments:

--restrict-filenames -S "+codec:h264"

ErrorFlynn commented 1 year ago

Yes, I'm aware of the issue (it has been bothering me as well). The next version (probably coming out in a week or two) will allow the user to set a preferred video codec.