mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 03:03:06 +08:00
71d5459c0b
In `ytdl --external-downloader ffmpeg --external-downloader-args '-ss 1 -t 2'`, youtube-dl will give all the external downloader args to ffmpeg *before* the input url; but some of them need to be given after the input url. This patch moves `-t`, `-to`, and `-fs` (if given) to be after the input. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
dash.py | ||
external.py | ||
f4m.py | ||
fragment.py | ||
hls.py | ||
http.py | ||
ism.py | ||
rtmp.py | ||
rtsp.py |