1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-05 06:31:47 +00:00

manpage: add example for playing 2 audio tracks at the same time

This commit is contained in:
wm4 2016-02-08 21:20:05 +01:00
parent 3d9e1ad363
commit 5ca35aafdb

View File

@ -3589,6 +3589,8 @@ Miscellaneous
- ``--lavfi-complex='[aid1] asplit [ao] [t] ; [t] aphasemeter [vo]'`` - ``--lavfi-complex='[aid1] asplit [ao] [t] ; [t] aphasemeter [vo]'``
Play audio track 1, and visualize it as video using the ``aphasemeter`` Play audio track 1, and visualize it as video using the ``aphasemeter``
filter. filter.
- ``--lavfi-complex='[aid1] [aid2] amix [ao]'``
Play audio track 1 and 2 at the same time.
- ``--lavfi-complex='[vid1] [vid2] vstack [vo]'`` - ``--lavfi-complex='[vid1] [vid2] vstack [vo]'``
Stack video track 1 and 2 and play them at the same time. Note that Stack video track 1 and 2 and play them at the same time. Note that
both tracks need to have the same width, or filter initialization both tracks need to have the same width, or filter initialization