diff options
author | wm4 <wm4@nowhere> | 2016-05-06 10:15:33 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-05-06 10:15:33 +0200 |
commit | eef271c8f491c8a1de4e5f2b505582e786fe3690 (patch) | |
tree | dfc2d3dcb529edc85fc0ca8995834ee071632c34 | |
parent | 7a75e7c00216471fff64406e76a1d9654d3439b5 (diff) |
manpage: minor fixes to --lavfi-complex
-rw-r--r-- | DOCS/man/options.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b7c8042905..7cd9b8d281 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -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. |