mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 11:12:53 +08:00
a4e49f14ef
1. Option name should explicitly reflect a dependency on ffmpeg in its name. 2. Description should explicitly emphasize it will only work with ffmpeg downloader. 3. -O should be removed. 4. It should be ignored completely when ffmpeg is not used as external downloader. So therefore Various: . outputformat -> ffmpeg_format (and --ffmpeg-format cmdline) YoutubeDL.py: . xxx: prepare_filename() is run before we know the downloader. How do we address this? downloader/external.py: . Use temp. var force_mpegts to avoid code duplication . Don't add -bsf:a if force_mpegts is True (oops! error from last rev) . re-indent complex if |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
dash.py | ||
external.py | ||
f4m.py | ||
fragment.py | ||
hls.py | ||
http.py | ||
ism.py | ||
rtmp.py | ||
rtsp.py |