diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-15 02:32:25 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-15 02:35:26 +0100 |
commit | db670e536632b62578b5041a69e9f0accacb4529 (patch) | |
tree | fdb588b5d8ceb4aa82e094abf96146d7808a0eea /doc | |
parent | 1f68bac50be01fb9a463b0d6ef953ee85fb61e9b (diff) | |
download | ffmpeg-db670e536632b62578b5041a69e9f0accacb4529.tar.gz |
lavfi/ebur128: add framelog option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3c5955ef66..4a8469d390 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6531,6 +6531,19 @@ 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 framelog +Force the frame logging level. + +Available values are: +@table @samp +@item info +information logging level +@item verbose +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}. @end table @subsection Examples |