mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 02:25:11 +00:00
[downloader/external] pass configuration args to ffmpeg
This commit is contained in:
parent
694c47b261
commit
d8515fd41c
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ def _call_downloader(self, tmpfilename, info_dict):
|
||||||
|
|
||||||
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)]
|
||||||
|
|
Loading…
Reference in a new issue