Update ytdl to use h264/h265 and en subtitles
This commit is contained in:
@@ -1,18 +1,15 @@
|
|||||||
{
|
{
|
||||||
"writesubtitles": true,
|
"writesubtitles": true,
|
||||||
"subtitleslangs": [
|
"subtitleslangs": [
|
||||||
"all",
|
"en",
|
||||||
"-live_chat"
|
"-live_chat"
|
||||||
],
|
],
|
||||||
"subtitlesformat": "ass/srt/best",
|
"subtitlesformat": "ass/srt/best",
|
||||||
"postprocessors": [
|
"postprocessors": [
|
||||||
{
|
{
|
||||||
"key": "FFmpegEmbedSubtitle"
|
"key": "FFmpegEmbedSubtitle"
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "FFmpegMetadata"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "(bv*[vcodec~='^((he|a)vc|h26[45])']+ba) / (bv*+ba/b)",
|
"format": "bv*[vcodec~='^((he|a)vc|h26[45])']+ba[ext=m4a]/b[vcodec~='^((he|a)vc|h26[45])'] / bv*+ba/b",
|
||||||
"merge_output_format": "mkv"
|
"merge_output_format": "mkv"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user