[FEATURE] Set merge_output_format to file_convert file type
This commit is contained in:
parent
e2482b2760
commit
feb308e3a2
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue