diff options
author | Kyle Swanson <k@ylo.ph> | 2015-09-30 10:35:08 -0500 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-10-04 13:10:26 +0200 |
commit | 4f721bfd46120aa2a7c7cdcbdd7c8db3b767dd1d (patch) | |
tree | e4a4a7f82a0265e6720dc3c3722304725586492d /doc/filters.texi | |
parent | a2b8b163004e643d27d85dcafd220c0ffcce8f59 (diff) | |
download | ffmpeg-4f721bfd46120aa2a7c7cdcbdd7c8db3b767dd1d.tar.gz |
avfilter/ebur128: add dualmono measurement option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
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 |