[MPlayer-dev-eng] [RFC] internal library copies

Diego Biurrun diego at biurrun.de
Fri Mar 26 12:06:43 CET 2010


On Fri, Mar 26, 2010 at 10:52:36AM +0000, Carl Eugen Hoyos wrote:
> Diego Biurrun <diego <at> biurrun.de> writes:
> 
> > http://samples.ffmpeg.org/A-codecs/AAC/freetv_aac_latm.ts
> 
> demuxer lavf

I get no sound from this sample, with or with -demuxer lavf:


silver:/usr/src/mplayer/mplayer_vanilla $ ./mplayer -ac faad -quiet ~/samples/AAC/freetv_aac_latm.ts 
MPlayer SVN-r30961-4.3.2 (C) 2000-2010 MPlayer Team

Playing /home/diego/samples/AAC/freetv_aac_latm.ts.
TS file format detected.
TS_PARSE: COULDN'T SYNC
VIDEO H264(pid=69) AUDIO AAC(pid=68) NO SUBS (yet)!  PROGRAM N. 1
FPS seems to be: 25.000000
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Forced audio codec: faad
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: Failed to initialize the decoder!
ADecoder init failed :(
ADecoder init failed :(
Cannot find codec for audio format 0x4134504D.
Audio: no sound
Starting playback...
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xmga] 320x240 => 320x242 Planar YV12 

Exiting... (Quit)


silver:/usr/src/mplayer/mplayer_vanilla $ ./mplayer -demuxer lavf -ac faad -quiet ~/samples/AAC/freetv_aac_latm.ts 
MPlayer SVN-r30961-4.3.2 (C) 2000-2010 MPlayer Team

Playing /home/diego/samples/AAC/freetv_aac_latm.ts.
libavformat file format detected.
[aac @ 0x8f44880]channel element 0.0 is not allocated
[aac @ 0x8f44880]More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from SVN. If the problem still occurs, it means that your file has a feature which has not been implemented.
[aac @ 0x8f44880]Error decoding AAC frame header.
[aac @ 0x8f44880]channel element 0.8 is not allocated
[aac @ 0x8f44880]More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from SVN. If the problem still occurs, it means that your file has a feature which has not been implemented.
[aac @ 0x8f44880]Error decoding AAC frame header.
[aac @ 0x8f44880]channel element 3.9 is not allocated
[mpegts @ 0x8f38170]max_analyze_duration reached
[lavf] Audio stream found, -aid 0
[lavf] Video stream found, -vid 1
LAVF: Program 1 
VIDEO:  [H264]  320x240  0bpp  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Forced audio codec: faad
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: Failed to initialize the decoder!
ADecoder init failed :(
ADecoder init failed :(
Cannot find codec for audio format 0x4134504D.
Audio: no sound
Starting playback...
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xmga] 320x240 => 320x242 Planar YV12 

Exiting... (Quit)


Diego



More information about the MPlayer-dev-eng mailing list