Quellcode durchsuchen

[downloader/external] pass configuration args to ffmpeg

remitamine vor 9 Jahren
Ursprung
Commit
d8515fd41c
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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 = [ffpp.executable, '-y']
 
 
+        args += self._configuration_args()
+
         # start_time = info_dict.get('start_time') or 0
         # start_time = info_dict.get('start_time') or 0
         # if start_time:
         # if start_time:
         #     args += ['-ss', compat_str(start_time)]
         #     args += ['-ss', compat_str(start_time)]