diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-15 02:52:12 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-18 03:21:08 +0100 |
commit | 76d1c07c890a955a06e2c2cdf0de5ebe6daa352d (patch) | |
tree | 2f6948b94b657054546b48fff282b95feb3b7cd8 /doc/filters.texi | |
parent | 29e0357a11680842a6b0313f76e0ca43e1f91501 (diff) | |
download | ffmpeg-76d1c07c890a955a06e2c2cdf0de5ebe6daa352d.tar.gz |
lavfi/ebur128: add metadata injection.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a2770096d0..edf7583c13 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6582,6 +6582,13 @@ Set the EBU scale meter. Default is @code{9}. Common values are @code{9} and @code{18}, respectively for EBU scale meter +9 and EBU scale meter +18. Any other integer value between this range is allowed. +@item metadata +Set metadata injection. If set to @code{1}, the audio input will be segmented +into 100ms output frames, each of them containing various loudness information +in metadata. All the metadata keys are prefixed with @code{lavfi.r128.}. + +Default is @code{0}. + @item framelog Force the frame logging level. @@ -6593,8 +6600,8 @@ information logging level verbose logging level @end table -By default, the logging level is set to @var{info}. If the @option{video} -option is set, it switches to @var{verbose}. +By default, the logging level is set to @var{info}. If the @option{video} or +the @option{metadata} options are set, it switches to @var{verbose}. @end table @subsection Examples |