jmbannon / ytdl-sub

Lightweight tool to automate downloading and metadata generation with yt-dlp
https://ytdl-sub.readthedocs.io
GNU General Public License v3.0
1.89k stars 71 forks source link

Make ytdl_options have override support #828

Open jmbannon opened 12 months ago

android-808 commented 5 months ago

This would be quite helpful for playback on devices which only support certain codecs in each container.

When using the helper functions for max resolution, merge_output_format: "mp4" is set. On a Roku for exampel, it seems that VP9 is supported but not within an mp4 container. Without the helper it will download the same a/v streams but save them in a webm file instead.