diff options
author | Lauren N. Liberda <laura@selfisekai.rocks> | 2022-08-04 02:42:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 06:12:12 +0530 |
commit | fc61aff41beae0063b306dd9d74cc4ff27f0eff7 (patch) | |
tree | 9207f5e28f69a3b53980653e00ff3c1e927fc27a /README.md | |
parent | fe0918bb65c828ec81ce904cece58d450c117eba (diff) |
Determine merge container better (See desc) (#1482)
* Determine the container early. Closes #4069
* Use codecs instead of just file extensions
* Obey `--prefer-free-formats`
* Allow fallbacks in `--merge-output`
Authored by: pukkandan, selfisekai
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -858,10 +858,10 @@ You can also fork the project on github and run your fork's [build workflow](.gi downloadable -F, --list-formats List available formats of each video. Simulate unless --no-simulate is used - --merge-output-format FORMAT Container to use when merging formats (e.g. - bestvideo+bestaudio). Ignored if no merge is - required. (currently supported: avi, flv, - mkv, mov, mp4, webm) + --merge-output-format FORMAT Containers that may be used when merging + formats, separated by "/" (Eg: "mp4/mkv"). + Ignored if no merge is required. (currently + supported: avi, flv, mkv, mov, mp4, webm) ## Subtitle Options: --write-subs Write subtitle file |