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 @@
  • 2.3.2 Audio
  • 2.4 MEncoder - An Encoder based on MPlayer
  • diff --git a/DOCS/sound.html b/DOCS/sound.html index ee487744d9..9347405cf5 100644 --- a/DOCS/sound.html +++ b/DOCS/sound.html @@ -123,5 +123,21 @@ problems (losing sync, disappearing audio, etc).
  • Please tell us how MPlayer and your soundcard(s) worked together!

    + +

    2.3.2.2. Audio plugins

    + +

    2.3.2.2.1. Up/Downsampling

    + +

    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>

    + +