Files
nas-compose/services/youtube-dl/config/ytdl_options.json
2023-11-11 11:55:06 +11:00

19 lines
390 B
JSON

{
"writesubtitles": true,
"subtitleslangs": [
"all",
"-live_chat"
],
"subtitlesformat": "ass/srt/best",
"postprocessors": [
{
"key": "FFmpegEmbedSubtitle"
},
{
"key": "FFmpegMetadata"
}
],
"format": "(bv*[vcodec~='^((he|a)vc|h26[45])']+ba) / (bv*+ba/b)",
"merge_output_format": "mkv"
}