Преглед на файлове

[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)]