diff options
author | wm4 <wm4@nowhere> | 2017-08-12 23:43:05 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-08-12 23:44:47 +0200 |
commit | c6628a5fb618715910ac7cb6d247fc0c0650517b (patch) | |
tree | 20d682817da226df703fb75ab5430692bcd60c71 /DOCS/man | |
parent | b531332835c4c5ef0cf18e04ce28034ac643168d (diff) | |
download | mpv-c6628a5fb618715910ac7cb6d247fc0c0650517b.tar.bz2 mpv-c6628a5fb618715910ac7cb6d247fc0c0650517b.tar.xz |
player: add --track-auto-selection option
I imagine this is useful. Or maybe it isn't.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 679736e867..3de554f07c 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -76,6 +76,18 @@ Track Selection to ``auto`` (the default), mpv will choose the first edition declared as a default, or if there is no default, the first edition defined. +``--track-auto-selection=<yes|no>`` + Enable the default track auto-selection (default: yes). Enabling this will + make the player select streams according to ``--aid``, ``--alang``, and + others. If it is disabled, no tracks are selected. In addition, the player + will not exit if no tracks are selected, and wait instead (this wait mode + is similar to pausing, but the pause option is not set). + + This is useful with ``--lavfi-complex``: you can start playback in this + mode, and then set select tracks at runtime by setting the filter graph. + Note that if ``--lavfi-complex`` is set before playback is started, the + referenced tracks are always selected. + Playback Control ---------------- |