[FEATURE] best_video_quality prebuilt preset

This commit is contained in:
Jesse Bannon 2023-03-10 11:32:25 -08:00
parent 2d2fff9a40
commit 884fb9fc97
2 changed files with 22 additions and 0 deletions

View file

@ -127,3 +127,16 @@ one or more season presets, with the following override variables:
# tv_show_genre: "ytdl-sub" # tv_show_genre: "ytdl-sub"
# episode_title: "{upload_date_standardized} - {title}" # episode_title: "{upload_date_standardized} - {title}"
# episode_description: "{webpage_url}" # episode_description: "{webpage_url}"
Common
------
Common presets are applicable to any config.
Best Video Quality
^^^^^^^^^^^^^^^^^^
Add the following preset to download the best available video and audio quality, and remux
it into an MP4 container:
* ``best_video_quality``

View file

@ -0,0 +1,9 @@
presets:
best_video_quality:
ytdl_options:
format: "bestvideo+bestaudio/best"
merge_output_format: "mp4"
remux_video: "mp4"