projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
694c47b
)
[downloader/external] pass configuration args to ffmpeg
author
remitamine
<remitamine@gmail.com>
Sun, 13 Mar 2016 20:13:50 +0000
(21:13 +0100)
committer
remitamine
<remitamine@gmail.com>
Sun, 13 Mar 2016 20:28:26 +0000
(21:28 +0100)
youtube_dl/downloader/external.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/external.py
b/youtube_dl/downloader/external.py
index 2ddd76882a65c629039f7c52a715fadc55bf98a1..697f81e3f66118b163a1d08d1ad533ba2a199829 100644
(file)
--- a/
youtube_dl/downloader/external.py
+++ b/
youtube_dl/downloader/external.py
@@
-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)]