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:
parent
3d9e1ad363
commit
5ca35aafdb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user