This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[downloader/external] pass configuration args to ffmpeg
totalwebcasting
remitamine
9 years ago
parent
694c47b261
commit
d8515fd41c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube_dl/downloader/external.py
+ 2
- 0
youtube_dl/downloader/external.py
View 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)]
Write
Preview
Loading…
Cancel
Save