From feb308e3a27d26e171f8a7b5123d346b1cfebdc7 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 1 Sep 2023 22:59:03 -0700 Subject: [PATCH] [FEATURE] Set merge_output_format to file_convert file type --- src/ytdl_sub/plugins/file_convert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ytdl_sub/plugins/file_convert.py b/src/ytdl_sub/plugins/file_convert.py index 8d2e1cd0..6dbc6031 100644 --- a/src/ytdl_sub/plugins/file_convert.py +++ b/src/ytdl_sub/plugins/file_convert.py @@ -131,6 +131,7 @@ class FileConvertPlugin(Plugin[FileConvertOptions]): """ if self.plugin_options.convert_with == "yt-dlp": return { + "merge_output_format": self.plugin_options.convert_to, "postprocessors": [ { "key": "FFmpegVideoRemuxer",