diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-16 11:20:22 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-16 11:20:22 +0530 |
commit | b8c4d2b2ed22b29a5366f75eaef2ae3be3c78412 (patch) | |
tree | 89ddae4c78acabceaba4aabff3efef3c39a2e525 | |
parent | cd86b5cfe278af79d6b147e122d9a72c270a9fde (diff) | |
download | ffmpeg-b8c4d2b2ed22b29a5366f75eaef2ae3be3c78412.tar.gz |
doc/filters: add missing details to aphasemeter
First output is audio and is rematrixed to stereo
-rw-r--r-- | doc/filters.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9d8f88ddcf..705d48e1b0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18435,9 +18435,15 @@ Default is @code{replace}. @section aphasemeter -Convert input audio to a video output, displaying the audio phase. +Measures phase of input audio, which is exported as metadata @code{lavfi.aphasemeter.phase}, +representing mean phase of current audio frame. A video output can also be produced and is +enabled by default. The audio is passed through as first output. -The filter accepts the following options: +Audio will be rematrixed to stereo if it has a different channel layout. Phase value is in +range @code{[-1, 1]} where @code{-1} means left and right channels are completely out of phase +and @code{1} means channels are in phase. + +The filter accepts the following options, all related to its video output: @table @option @item rate, r @@ -18463,11 +18469,6 @@ Set color which will be used for drawing median phase. If color is Enable video output. Default is enabled. @end table -The filter also exports the frame metadata @code{lavfi.aphasemeter.phase} which -represents mean phase of current audio frame. Value is in range @code{[-1, 1]}. -The @code{-1} means left and right channels are completely out of phase and -@code{1} means channels are in phase. - @section avectorscope Convert input audio to a video output, representing the audio vector |