[FEATURE] best_video_quality prebuilt preset (#526)
* [FEATURE] best_video_quality prebuilt preset * common
This commit is contained in:
parent
2d2fff9a40
commit
11f00abaf6
2 changed files with 22 additions and 0 deletions
|
|
@ -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``
|
||||
|
|
|
|||
9
src/ytdl_sub/prebuilt_presets/helpers/common.yaml
Normal file
9
src/ytdl_sub/prebuilt_presets/helpers/common.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
presets:
|
||||
|
||||
best_video_quality:
|
||||
ytdl_options:
|
||||
format: "bestvideo+bestaudio/best"
|
||||
merge_output_format: "mp4"
|
||||
remux_video: "mp4"
|
||||
Loading…
Reference in a new issue