# HG changeset patch # User gabucino # Date 1009122911 0 # Node ID e84d8f81a120cf31fae0726c858208feb1af1d9a # Parent d867df5432ad5d5d5d8e36b215c0c0129ec02a9a 'Plugins' subsection in Sound section Audio up/downsampling plugin doc diff -r d867df5432ad -r e84d8f81a120 DOCS/documentation.html --- a/DOCS/documentation.html Sun Dec 23 13:32:32 2001 +0000 +++ b/DOCS/documentation.html Sun Dec 23 15:55:11 2001 +0000 @@ -115,6 +115,10 @@
  • 2.3.2 Audio
  • 2.4 MEncoder - An Encoder based on MPlayer
  • diff -r d867df5432ad -r e84d8f81a120 DOCS/sound.html --- a/DOCS/sound.html Sun Dec 23 13:32:32 2001 +0000 +++ b/DOCS/sound.html Sun Dec 23 15:55:11 2001 +0000 @@ -123,5 +123,21 @@
  • 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>

    + +