comparison DOCS/man/en/mplayer.1 @ 16971:9352446d4fa8

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.
author joey
date Fri, 11 Nov 2005 02:47:21 +0000
parents e9d849bf8050
children 21640a82b62f
comparison
equal deleted inserted replaced
16970:50aebc84fe4e 16971:9352446d4fa8
4249 unchanged, with -1.0 left and right channels will be swapped. 4249 unchanged, with -1.0 left and right channels will be swapped.
4250 .RE 4250 .RE
4251 .PD 1 4251 .PD 1
4252 . 4252 .
4253 .TP 4253 .TP
4254 .B volnorm[=method] 4254 .B volnorm[=method:target]
4255 Maximizes the volume without distorting the sound. 4255 Maximizes the volume without distorting the sound.
4256 .PD 0 4256 .PD 0
4257 .RSs 4257 .RSs
4258 .IPs <method> 4258 .IPs <method>
4259 Sets the used method. 4259 Sets the used method.
4262 weighted mean over past samples (default). 4262 weighted mean over past samples (default).
4263 .br 4263 .br
4264 2: Use several samples to smooth the variations via the standard 4264 2: Use several samples to smooth the variations via the standard
4265 weighted mean over past samples. 4265 weighted mean over past samples.
4266 .REss 4266 .REss
4267 .IPs <target>
4268 Sets the target amplitude as a fraction of the maximum for the
4269 sample type (default: 0.25).
4267 .RE 4270 .RE
4268 .PD 1 4271 .PD 1
4269 . 4272 .
4270 .TP 4273 .TP
4271 .B ladspa=file:label[:controls...] 4274 .B ladspa=file:label[:controls...]