[MPlayer-users] encoding with libavcodec audio codec

Nico nsabbi at tiscali.it
Mon Dec 15 12:58:04 CET 2003



Eduardo Moreno wrote:

> Opening audio decoder: [pcm] Uncompressed PCM audio decoder
> dec_audio: Allocating 2048 + 65536 = 67584 bytes for output buffer.
> AUDIO: 11024 Hz, 1 ch, 8 bit (0x8), ratio: 11024->11024 (88.2 kbit)
> Selected audio codec: [pcm] afm:pcm (Uncompressed PCM)
> ========================================================================== 
>
> Opening video filter: [expand osd=1]
> Expand: -1 x -1, -1 ; -1  (-1=autodetect) osd: 1
> ========================================================================== 
>
> Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> INFO: libavcodec init OK!
> Selected video codec: [ffmjpeg] vfm:ffmpeg (FFmpeg MJPEG decoder)
> ========================================================================== 
>
> Couldn't open codec mp2, br=224
>
1) audio must be 16 bits per sample, so add -channels 2
2) Not all sampling rates are good, so try to resample:
-srate 48000 or -srate 22050 or -srate 32000.

Nico





More information about the MPlayer-users mailing list