[downloader/external] pass configuration args to ffmpeg

pull/8/head
remitamine 2016-03-13 21:13:50 +01:00
rodzic 694c47b261
commit d8515fd41c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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