[downloader/external] pass configuration args to ffmpeg
authorremitamine <remitamine@gmail.com>
Sun, 13 Mar 2016 20:13:50 +0000 (21:13 +0100)
committerremitamine <remitamine@gmail.com>
Sun, 13 Mar 2016 20:28:26 +0000 (21:28 +0100)
youtube_dl/downloader/external.py

index 2ddd76882a65c629039f7c52a715fadc55bf98a1..697f81e3f66118b163a1d08d1ad533ba2a199829 100644 (file)
@@ -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)]