mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 04:42:52 +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 |
||
---|---|---|
.. | ||
downloader | ||
extractor | ||
postprocessor | ||
__init__.py | ||
__main__.py | ||
aes.py | ||
cache.py | ||
compat.py | ||
jsinterp.py | ||
options.py | ||
socks.py | ||
swfinterp.py | ||
update.py | ||
utils.py | ||
version.py | ||
YoutubeDL.py |