[FFmpeg-cvslog] doc: add "rematrix_maxval"

Michael Niedermayer git at videolan.org
Mon Jul 22 04:37:15 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jul 22 03:37:55 2013 +0200| [5feaa451bb6513952c3c7acbccb6f5cf17a40790] | committer: Michael Niedermayer

doc: add "rematrix_maxval"

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5feaa451bb6513952c3c7acbccb6f5cf17a40790
---

 doc/resampler.texi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/resampler.texi b/doc/resampler.texi
index bc9d31d..6a7e559 100644
--- a/doc/resampler.texi
+++ b/doc/resampler.texi
@@ -63,6 +63,11 @@ be in the interval [-32,32].
 @item rmvol, rematrix_volume
 Set rematrix volume. Default value is 1.0.
 
+ at item rematrix_maxval
+Set maximum output value for rematrixing.
+This can be used to prevent clipping vs. preventing volumn reduction
+A value of 1.0 prevents cliping.
+
 @item flags, swr_flags
 Set flags used by the converter. Default value is 0.
 



More information about the ffmpeg-cvslog mailing list