瀏覽代碼

[downloader/external] pass configuration args to ffmpeg

remitamine 9 年之前
父節點
當前提交
d8515fd41c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      youtube_dl/downloader/external.py

+ 2 - 0
youtube_dl/downloader/external.py

@@ -181,6 +181,8 @@ class FFmpegFD(ExternalFD):
 
         args = [ffpp.executable, '-y']
 
+        args += self._configuration_args()
+
         # start_time = info_dict.get('start_time') or 0
         # if start_time:
         #     args += ['-ss', compat_str(start_time)]