[FEATURE] best_video_quality prebuilt preset (#526)

* [FEATURE] best_video_quality prebuilt preset

* common
This commit is contained in:
Jesse Bannon 2023-03-10 11:48:14 -08:00 committed by GitHub
parent 2d2fff9a40
commit 11f00abaf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
# episode_title: "{upload_date_standardized} - {title}"
# 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"