diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-03-03 19:44:00 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-05 22:33:01 +0100 |
commit | 361e48f0eda0788ec953a2e32619a60c236c879d (patch) | |
tree | 55b650909f8223385a35b83f0abc8caecca29a7f /doc | |
parent | f3c00be2a3ddc38c1851e0cd42de754a54d6af69 (diff) | |
download | ffmpeg-361e48f0eda0788ec953a2e32619a60c236c879d.tar.gz |
avfilter/vf_waveform: add graticule support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4ec7507044..3f7153d398 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13161,6 +13161,20 @@ Similar as above, but shows difference between blue and red chroma. @item color Displays actual color value on waveform. @end table + +@item graticule, g +Set which graticule to display. + +@table @samp +@item none +Do not display graticule. + +@item green +Display green graticule showing legal broadcast ranges. +@end table + +@item opacity, o +Set graticule opacity. @end table @section xbr |