Setup ytdl option file
This commit is contained in:
18
services/youtube-dl/config/ytdl_options.json
Normal file
18
services/youtube-dl/config/ytdl_options.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user