1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 06:11:10 +00:00

manpage: minor fixes to --lavfi-complex

This commit is contained in:
wm4 2016-05-06 10:15:33 +02:00
parent 7a75e7c002
commit eef271c8f4

View File

@ -3614,7 +3614,7 @@ Miscellaneous
- A label of the form ``aidN`` selects audio track N as input (e.g.
``aid1``).
- A label of the form ``vidN`` selects video track N as input.
- A label named ``ao`` will be connected to the audio input.
- A label named ``ao`` will be connected to the audio output.
- A label named ``vo`` will be connected to the video output.
Each label can be used only once. If you want to use e.g. an audio stream
@ -3651,4 +3651,5 @@ Miscellaneous
- ``null:// --lavfi-complex='life [vo]'``
Conways' Life Game.
See the FFmpeg libavfilter documentation for details on the filter.
See the FFmpeg libavfilter documentation for details on the available
filters.