avoid unnecessary nested content

This commit is contained in:
Colin Hebert
2023-11-20 09:17:35 +11:00
parent 7b34d3735d
commit 41d64d4b48
46 changed files with 0 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
}