diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-12-20 19:52:51 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-20 19:52:51 +0100 |
commit | 9e569abe995dc41a3e8fb30fb6d9c4d002b8ba4d (patch) | |
tree | 5be189740587cd2e77202280fe199b81b67bd635 /doc | |
parent | 367ffa0c151792651a741554c608a73bad112663 (diff) | |
download | ffmpeg-9e569abe995dc41a3e8fb30fb6d9c4d002b8ba4d.tar.gz |
avfilter/avf_showfreqs: make it possible to split channels
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ba81dc7b7a..a55cad4988 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14438,6 +14438,17 @@ Default is @code{1}, which means time averaging is disabled. Specify list of colors separated by space or by '|' which will be used to draw channel frequencies. Unrecognized or missing colors will be replaced by white color. + +@item cmode +Set channel display mode. + +It accepts the following values: +@table @samp +@item combined +@item separate +@end table +Default is @code{combined}. + @end table @section showspectrum |