Mercurial > mplayer.hg
comparison DOCS/sound.html @ 3671:e84d8f81a120
'Plugins' subsection in Sound section
Audio up/downsampling plugin doc
author | gabucino |
---|---|
date | Sun, 23 Dec 2001 15:55:11 +0000 |
parents | 963b39283f48 |
children | 94568d035e75 |
comparison
equal
deleted
inserted
replaced
3670:d867df5432ad | 3671:e84d8f81a120 |
---|---|
121 <LI>don't use your soundcard by other application ( for ex. XMMS ) ! | 121 <LI>don't use your soundcard by other application ( for ex. XMMS ) ! |
122 if you use ESD, start MPlayer with the '-vo sdl:esd' option ! | 122 if you use ESD, start MPlayer with the '-vo sdl:esd' option ! |
123 <LI>Please tell us how MPlayer and your soundcard(s) worked together! | 123 <LI>Please tell us how MPlayer and your soundcard(s) worked together! |
124 </UL></P> | 124 </UL></P> |
125 | 125 |
126 | |
127 <P><B><A NAME=2.3.2.2>2.3.2.2. Audio plugins</B></P> | |
128 | |
129 <P><B><A NAME=2.3.2.2.1>2.3.2.2.1. Up/Downsampling</B></P> | |
130 | |
131 <P><B>MPlayer</B> fully supports up/downsampling of audio stream. | |
132 It is not autodetected, so you have to specify it explicitly even when | |
133 for example you have a max 44.1Khz capable soundcard, and the audio | |
134 is 48Khz. Also, this functionality is currently unimplemented in | |
135 <B>MEncoder</B>.</P> | |
136 | |
137 <P>Usage :<BR> | |
138 <CODE>mplayer media.avi -aop list=resample:fout=<required | |
139 frequency in Hz, like 44100></CODE></P> | |
140 | |
141 | |
126 </BODY> | 142 </BODY> |
127 </HTML> | 143 </HTML> |