Files
nas-compose/youtube-dl/config/ytdl_options.json
2023-11-20 09:17:35 +11:00

16 lines
370 B
JSON

{
"writesubtitles": true,
"subtitleslangs": [
"en",
"-live_chat"
],
"subtitlesformat": "ass/srt/best",
"postprocessors": [
{
"key": "FFmpegEmbedSubtitle"
}
],
"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"
}