Update ytdl to use h264/h265 and en subtitles

This commit is contained in:
Colin Hebert
2023-11-20 09:00:30 +11:00
parent c0d70f0447
commit 7b34d3735d

View File

@@ -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"
} }