[FEATURE] Set merge_output_format to file_convert file type

This commit is contained in:
Jesse Bannon 2023-09-01 22:59:03 -07:00
parent e2482b2760
commit feb308e3a2

View file

@ -131,6 +131,7 @@ class FileConvertPlugin(Plugin[FileConvertOptions]):
""" """
if self.plugin_options.convert_with == "yt-dlp": if self.plugin_options.convert_with == "yt-dlp":
return { return {
"merge_output_format": self.plugin_options.convert_to,
"postprocessors": [ "postprocessors": [
{ {
"key": "FFmpegVideoRemuxer", "key": "FFmpegVideoRemuxer",