diff --git a/DOCS/documentation.html b/DOCS/documentation.html index af1c7dc733..f69f739122 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -115,6 +115,10 @@
MPlayer 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 +MEncoder.
+ +Usage :
+ mplayer media.avi -aop list=resample:fout=<required
+ frequency in Hz, like 44100>