comparison DOCS/sound.html @ 4928:ecf9f93dd9b6

added documentation for "extrastereo" plugin (patch by pl)
author gabucino
date Sun, 03 Mar 2002 16:47:04 +0000
parents 5eb369bc0188
children 6cb9d9a1716d
comparison
equal deleted inserted replaced
4927:3022570ad7d4 4928:ecf9f93dd9b6
232 <P>Usage :<BR> 232 <P>Usage :<BR>
233 &nbsp;&nbsp;<CODE>mplayer media.avi -aop 233 &nbsp;&nbsp;<CODE>mplayer media.avi -aop
234 list=volume:volume=&lt;0-255&gt;</CODE> 234 list=volume:volume=&lt;0-255&gt;</CODE>
235 </P> 235 </P>
236 236
237
238 <P><B><A NAME=2.3.2.2.5>2.3.2.2.5. Extrastereo</A></B></P>
239
240 <P>This plugin increases (linearly) the difference between left and right
241 channels (as the XMMS extrastereo plugin) which has some of "live" effect
242 on playback.
243 </P>
244
245 <P>Usage :<BR>
246 &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo</CODE><BR>
247 &nbsp;&nbsp;<CODE>mplayer media.avi -aop list=extrastereo:mul=3.45</CODE></P>
248
249 <P>The default coefficient (<CODE>mul</CODE>) is a float number that defaults
250 to 2.5. If you set it to 0.0, you will have a mono sound (average of both
251 channels), if you set it to 1.0, sound will be unchanged.</P>
252
237 </BODY> 253 </BODY>
238 </HTML> 254 </HTML>