diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-05-05 12:15:39 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-01-26 16:21:25 +0100 |
commit | ee8e00b70396e380211801b26b68c46fe5b62f7a (patch) | |
tree | bd41a2f787b3ab46d3ea6383956e5ff808831434 /doc/filters.texi | |
parent | 95bde49982a82bc10470c0adab5969ffe635d064 (diff) | |
download | ffmpeg-ee8e00b70396e380211801b26b68c46fe5b62f7a.tar.gz |
avfilter: add abitscope multimedia filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ec9563ea84..99a2268d0f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15627,6 +15627,28 @@ tools. Below is a description of the currently available multimedia filters. +@section abitscope + +Convert input audio to a video output, displaying the audio bit scope. + +The filter accepts the following options: + +@table @option +@item rate, r +Set frame rate, expressed as number of frames per second. Default +value is "25". + +@item size, s +Specify the video size for the output. For the syntax of this option, check the +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}. +Default value is @code{1024x256}. + +@item colors +Specify list of colors separated by space or by '|' which will be used to +draw channels. Unrecognized or missing colors will be replaced +by white color. +@end table + @section ahistogram Convert input audio to a video output, displaying the volume histogram. |