summaryrefslogtreecommitdiffstats
path: root/DOCS/Polish/sound.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-29 18:46:10 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-29 18:46:10 +0000
commitc9e9af7120461e032ed4cfc62d3948f909bfdd88 (patch)
tree4017578f533176d5bdad51c67de85ef933be7d67 /DOCS/Polish/sound.html
parent5367dcb212a4699c76d60f4a353f56ef2cf4ea8d (diff)
downloadmpv-c9e9af7120461e032ed4cfc62d3948f909bfdd88.tar.bz2
mpv-c9e9af7120461e032ed4cfc62d3948f909bfdd88.tar.xz
"updated documentation.html (and new chapter translated in it),
codecs.html and new whole translated file: DVB. The rest of the files are newest english versions. I think that it's better to have them updated than wait for my translations..." git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3880 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/Polish/sound.html')
-rw-r--r--DOCS/Polish/sound.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/DOCS/Polish/sound.html b/DOCS/Polish/sound.html
index ee487744d9..6e067c6bb8 100644
--- a/DOCS/Polish/sound.html
+++ b/DOCS/Polish/sound.html
@@ -21,7 +21,7 @@ contains these drivers :</P>
</TABLE>
-<P>The fact is, Linux soundcard drivers are usually shit, and always as
+<P>The fact is, Linux soundcard drivers are usually bad, and always as
incompatible as they can be. It MAY take a while to find your optimal settings.</P>
<P><UL>
<LI>if you have OSS as driver, first try with <I>-ao oss</I> (this is the default).
@@ -123,5 +123,21 @@ problems (losing sync, disappearing audio, etc).</LI>
<LI>Please tell us how MPlayer and your soundcard(s) worked together!
</UL></P>
+
+<P><B><A NAME=2.3.2.2>2.3.2.2. Audio plugins</B></P>
+
+<P><B><A NAME=2.3.2.2.1>2.3.2.2.1. Up/Downsampling</B></P>
+
+<P><B>MPlayer</B> fully supports up/downsampling of audio stream.
+It is not autodetected, so you have to specify it explicitly even when
+for example you have a max 44.1Khz capable soundcard, and the audio
+is 48Khz. Also, this functionality is currently unimplemented in
+<B>MEncoder</B>.</P>
+
+<P>Usage :<BR>
+&nbsp;&nbsp;<CODE>mplayer media.avi -aop list=resample:fout=&lt;required
+ frequency in Hz, like 44100&gt;</CODE></P>
+
+
</BODY>
</HTML>