summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-11 02:47:21 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-11 02:47:21 +0000
commit8572f14094cf62da9bb6d89dbcc3a7a23a66c06b (patch)
treeb6d2e708abce48b2dd27a3d6f55119bb2e9b0739 /DOCS
parent0c187db220981d89f94570fb76b25266c962a7a6 (diff)
downloadmpv-8572f14094cf62da9bb6d89dbcc3a7a23a66c06b.tar.bz2
mpv-8572f14094cf62da9bb6d89dbcc3a7a23a66c06b.tar.xz
Adds a target parameter to the volnorm filter.
This is useful to avoid clipping when processing data, but less important when watching a clip live. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16972 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.15
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 8933da89c3..d22bf39a2f 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4251,7 +4251,7 @@ unchanged, with -1.0 left and right channels will be swapped.
.PD 1
.
.TP
-.B volnorm[=method]
+.B volnorm[=method:target]
Maximizes the volume without distorting the sound.
.PD 0
.RSs
@@ -4264,6 +4264,9 @@ weighted mean over past samples (default).
2: Use several samples to smooth the variations via the standard
weighted mean over past samples.
.REss
+.IPs <target>
+Sets the target amplitude as a fraction of the maximum for the
+sample type (default: 0.25).
.RE
.PD 1
.