manpage: better description for --external-file

This commit is contained in:
wm4 2017-05-16 12:20:01 +02:00
parent fe09d76142
commit 73a0ea4d87
1 changed files with 8 additions and 3 deletions

View File

@ -4949,9 +4949,14 @@ Miscellaneous
setting in ``--title``.
``--external-file=<filename>``
Add all tracks from the given file. Unlike ``--sub-file`` and
``--audio-file``, this includes all tracks, and does not cause default
stream selection over the "proper" file.
Load a file and add all of its tracks. This is useful to play different
files together (for example audio from one file, video from another), or
for advanced ``--lavfi-complex`` used (like playing two video files at
the same time).
Unlike ``--sub-file`` and ``--audio-file``, this includes all tracks, and
does not cause default stream selection over the "proper" file. This makes
it slightly less intrusive.
``--autoload-files=<yes|no>``
Automatically load/select external files (default: yes).