Mercurial > mplayer.hg
changeset 4928:ecf9f93dd9b6
added documentation for "extrastereo" plugin (patch by pl)
author | gabucino |
---|---|
date | Sun, 03 Mar 2002 16:47:04 +0000 |
parents | 3022570ad7d4 |
children | 939eacee89ab |
files | DOCS/Hungarian/documentation.html DOCS/Hungarian/sound.html DOCS/documentation.html DOCS/sound.html |
diffstat | 4 files changed, 33 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html Sun Mar 03 14:17:53 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Sun Mar 03 16:47:04 2002 +0000 @@ -136,6 +136,7 @@ <LI><A HREF="sound.html#2.3.2.2.3">2.3.2.2.3 Sample formátum konvertáló</A></LI> <LI><A HREF="sound.html#2.3.2.2.4">2.3.2.2.4 Delay</A></LI> <LI><A HREF="sound.html#2.3.2.2.5">2.3.2.2.5 Szoftveres hangerőszabályzás</A></LI> + <LI><A HREF="sound.html#2.3.2.2.6">2.3.2.2.6 Extrastereo</A></LI> </UL> </UL> </UL>
--- a/DOCS/Hungarian/sound.html Sun Mar 03 14:17:53 2002 +0000 +++ b/DOCS/Hungarian/sound.html Sun Mar 03 16:47:04 2002 +0000 @@ -227,6 +227,21 @@ list=volume:volume=<0-255></CODE> </P> + +<P><B><A NAME=2.3.2.2.6>2.3.2.2.6. Extrastereo</A></B></P> + +<P>Ez a plugin lineárisan növeli a bal és jobb hangcsatorna közti különbséget + (mint az XMMS extrastereo plugin) ezáltal "életszerűbb" effektust + kölcsönözve a hangnak. +</P> + +<P>Használat :<BR> + <CODE>mplayer media.avi -aop list=extrastereo</CODE><BR> + <CODE>mplayer media.avi -aop list=extrastereo:mul=3.45</CODE></P> + +<P>A paraméter egy float szám (<CODE>mul</CODE>), aminek alapértéke 2.5. Ha + 0.0-ra írod át, mono hangot kapsz.</P> + </BODY> </HTML>
--- a/DOCS/documentation.html Sun Mar 03 14:17:53 2002 +0000 +++ b/DOCS/documentation.html Sun Mar 03 16:47:04 2002 +0000 @@ -136,6 +136,7 @@ <LI><A HREF="sound.html#2.3.2.2.3">2.3.2.2.3 Sample format converter</A></LI> <LI><A HREF="sound.html#2.3.2.2.4">2.3.2.2.4 Delay</A></LI> <LI><A HREF="sound.html#2.3.2.2.5">2.3.2.2.5 Software volume control</A></LI> + <LI><A HREF="sound.html#2.3.2.2.6">2.3.2.2.6 Extrastereo</A></LI> </UL> </UL> </UL>
--- a/DOCS/sound.html Sun Mar 03 14:17:53 2002 +0000 +++ b/DOCS/sound.html Sun Mar 03 16:47:04 2002 +0000 @@ -234,5 +234,21 @@ list=volume:volume=<0-255></CODE> </P> + +<P><B><A NAME=2.3.2.2.5>2.3.2.2.5. Extrastereo</A></B></P> + +<P>This plugin increases (linearly) the difference between left and right + channels (as the XMMS extrastereo plugin) which has some of "live" effect + on playback. +</P> + +<P>Usage :<BR> + <CODE>mplayer media.avi -aop list=extrastereo</CODE><BR> + <CODE>mplayer media.avi -aop list=extrastereo:mul=3.45</CODE></P> + +<P>The default coefficient (<CODE>mul</CODE>) is a float number that defaults + to 2.5. If you set it to 0.0, you will have a mono sound (average of both + channels), if you set it to 1.0, sound will be unchanged.</P> + </BODY> </HTML>