mirror of https://github.com/mpv-player/mpv
manpage: better description for --external-file
This commit is contained in:
parent
fe09d76142
commit
73a0ea4d87
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue