summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2014-01-25 23:19:06 +0100
committerClément Bœsch <u@pkh.me>2014-02-02 20:45:09 +0100
commit6ef2315aafe352998fd612dd6cd21c4eb9731031 (patch)
treebe4b18c868c4d5967e52b75d8298c8db21d564eb /doc
parent7f42bfad5d763f06d6fb6e91a8cef78f7fad9bf2 (diff)
lavfi/ebur128: print peak metering in dBFS
Signed-off-by: Jean First <jeanfirst@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7c6b945987..f04b30f8d5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9334,13 +9334,14 @@ Disable any peak mode (default).
@item sample
Enable sample-peak mode.
-Simple peak mode looking for the higher sample value.
+Simple peak mode looking for the higher sample value. It logs a message
+for sample-peak (identified by @code{SPK}).
@item true
Enable true-peak mode.
If enabled, the peak lookup is done on an over-sampled version of the input
-stream for better peak accuracy. This mode requires a build with
-@code{libswresample}.
+stream for better peak accuracy. It logs a message for true-peak.
+(identified by @code{TPK}). This mode requires a build with @code{libswresample}.
@end table
@end table