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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKyle Swanson <k@ylo.ph>2015-09-30 18:35:08 +0300
committerClément Bœsch <u@pkh.me>2015-10-04 14:10:26 +0300
commit4f721bfd46120aa2a7c7cdcbdd7c8db3b767dd1d (patch)
treee4a4a7f82a0265e6720dc3c3722304725586492d /doc
parenta2b8b163004e643d27d85dcafd220c0ffcce8f59 (diff)
avfilter/ebur128: add dualmono measurement option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 04b2d2207f..71f14567a1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12685,6 +12685,15 @@ stream for better peak accuracy. It logs a message for true-peak.
This mode requires a build with @code{libswresample}.
@end table
+@item dualmono
+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 effected by this option.
+
+@item panlaw
+Set a specific pan law to be used for the measurement of dual mono files.
+This parameter is optional, and has a default value of -3.01dB.
@end table
@subsection Examples