summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-08 21:18:35 +0100
committerwm4 <wm4@nowhere>2016-02-08 21:18:35 +0100
commit3d9e1ad363e9b992bae59773c08bfb7bd3b1c796 (patch)
tree641254fc1e090245a789687f64664b2bdec582d1 /DOCS/man/options.rst
parent09d61032cac27ce12e1b858b531150ac89efe424 (diff)
downloadmpv-3d9e1ad363e9b992bae59773c08bfb7bd3b1c796.tar.bz2
mpv-3d9e1ad363e9b992bae59773c08bfb7bd3b1c796.tar.xz
player: add --external-file option
Mostly intended for use with --lavfi-complex.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 97f84c6219..3b2c3ce3e0 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3554,6 +3554,11 @@ Miscellaneous
for scripts which want to set a title, without overriding the user's
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.
+
``--lavfi-complex=<string>``
Set a "complex" libavfilter filter, which means a single filter graph can
take input from multiple source audio and video tracks. The graph can result