mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
manpage: add showvolume example to --lavfi-complex
Pretty useful for debugging surround nonsense.
This commit is contained in:
@@ -3600,6 +3600,9 @@ Miscellaneous
|
||||
to fix the size).
|
||||
- ``--lavfi-complex='[aid1] asplit [ao] [t] ; [t] aphasemeter [t2] ; [vid1] [t2] overlay [vo]'``
|
||||
Play audio track 1, and overlay its visualization over video track 1.
|
||||
- ``--lavfi-complex='[aid1] asplit [t1] [ao] ; [t1] showvolume [t2] ; [vid1] [t2] overlay [vo]'``
|
||||
Play audio track 1, and overlay the measured volume for each speaker
|
||||
over video track 1.
|
||||
|
||||
See the FFmpeg libavfilter documentation for details on the filter.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user