Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2014-01-26 02:19:07 +0400
committerClément Bœsch <u@pkh.me>2014-02-02 23:45:09 +0400
commit2384cada120c7898c2e5a1726f4cb468c953d636 (patch)
tree60ff9be68e85e9d15240b26304793970e47d965e /doc
parent6ef2315aafe352998fd612dd6cd21c4eb9731031 (diff)
lavfi/ebur128: add true peak metering per frame
Signed-off-by: Jean First <jeanfirst@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f04b30f8d5..bcb00e50b8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9341,7 +9341,8 @@ Enable true-peak mode.
If enabled, the peak lookup is done on an over-sampled version of the input
stream for better peak accuracy. It logs a message for true-peak.
-(identified by @code{TPK}). This mode requires a build with @code{libswresample}.
+(identified by @code{TPK}) and true-peak per frame (identified by @code{FTPK}).
+This mode requires a build with @code{libswresample}.
@end table
@end table