avoid unnecessary nested content
This commit is contained in:
15
youtube-dl/config/ytdl_options.json
Normal file
15
youtube-dl/config/ytdl_options.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user