summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKyle Swanson <k@ylo.ph>2016-06-07 11:55:02 -0500
committerKyle Swanson <k@ylo.ph>2016-06-09 13:06:30 -0500
commit765703498aa52f38c88afb09754821b17cf60045 (patch)
tree182e1c36c11332d925985289234ffd915d959b8e /doc
parent6826f16e4a3629c801396dca3ada8a78fc506e85 (diff)
avfilter/af_loudnorm: add dual_mono option
Signed-off-by: Kyle Swanson <k@ylo.ph>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c311f56a24..22347346b0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2765,6 +2765,13 @@ measured_I, measured_LRA, measured_TP, and measured_thresh must also
to be specified in order to use this mode.
Options are true or false. Default is true.
+@item dual_mono
+Treat mono input files as "dual-mono". If a mono file is intended for playback
+on a stereo system, its EBU R128 measurement will be perceptually incorrect.
+If set to @code{true}, this option will compensate for this effect.
+Multi-channel input files are not affected by this option.
+Options are true or false. Default is false.
+
@item print_format
Set print format for stats. Options are summary, json, or none.
Default value is none.