diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-12 16:50:04 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-13 04:14:11 +0530 |
commit | c111cefa5de2337fc677367ee2d727b8a56e3fd0 (patch) | |
tree | f61af2abd16266103820b98655d47cb87cf2461a /README.md | |
parent | 975a0d0df98a68d936c86a77175f2b0e86b576f5 (diff) | |
download | hypervideo-pre-c111cefa5de2337fc677367ee2d727b8a56e3fd0.tar.lz hypervideo-pre-c111cefa5de2337fc677367ee2d727b8a56e3fd0.tar.xz hypervideo-pre-c111cefa5de2337fc677367ee2d727b8a56e3fd0.zip |
[downloader/ffmpeg] Improve simultaneous download and merge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1179,6 +1179,8 @@ $ yt-dlp -o - BaW_jenozKc By default, yt-dlp tries to download the best available quality if you **don't** pass any options. This is generally equivalent to using `-f bestvideo*+bestaudio/best`. However, if multiple audiostreams is enabled (`--audio-multistreams`), the default format changes to `-f bestvideo+bestaudio/best`. Similarly, if ffmpeg is unavailable, or if you use yt-dlp to stream to `stdout` (`-o -`), the default becomes `-f best/bestvideo+bestaudio`. +**Deprecation warning**: Latest versions of yt-dlp can stream multiple formats to the stdout simultaneously using ffmpeg. So, in future versions, the default for this will be set to `-f bv*+ba/b` similar to normal downloads. If you want to preserve the `-f b/bv+ba` setting, it is recommended to explicitly specify it in the configuration options. + The general syntax for format selection is `-f FORMAT` (or `--format FORMAT`) where `FORMAT` is a *selector expression*, i.e. an expression that describes format or formats you would like to download. **tl;dr:** [navigate me to examples](#format-selection-examples). |