Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#274 closed defect (fixed)

Ogg or aac decoder bug

Reported by: jerome@… Owned by: alex@…
Priority: normal Component: ao
Version: HEAD Severity: normal
Keywords: Cc: jerome@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I have a video file that I have attached I can't get the audio to work even with
the cvs version that's realy strange the thing is that I don't realy know about
the audio stream sometimes it's seem that's ogg but seems that the 0x00FF is the
id for the aac in the mkv support so it could be aac I don't realy know

Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/local/share/locale

MPlayer dev-CVS-050410-19:28-3.3.3 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton (Family: 6, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup
scripts.
Playing
/mnt/file/tem/[a-s]_inuyasha_movie_1_-_affections_touching_across_time_-_part_iranmasaotome_[FAAFCA99].ogm.
[Ogg] stream 0: video (FOURCC XVID), -vid 0
[Ogg] stream 1: audio (format 0x00ff), -aid 0
[Ogg] stream 2: audio (format 0x00ff), -aid 1
[Ogg] stream 3: subtitles (SRT-like text subtitles), -sid 0
Ogg file format detected.
VIDEO: [XVID] 640x360 12bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
==========================================================================
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 0xFF.
Read DOCS/HTML/en/codecs.html!
==========================================================================
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
Audio: no sound
Starting playback...
[Ogg] Language for -sid 0 is '-slang "English"'
VDec: vo config request - 640 x 360 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 640x360 => 640x360 Planar YV12
V: 2.4 58/ 58 13% 0% 0.0% 0 0

Exiting... (End of file)

Change History (3)

comment:1 by jerome@…, 19 years ago

http://www.dev252.org/file.ogm here is the file :)

comment:2 by nasr.laili@…, 19 years ago

Hi Jerome,
I had a similar problem with version 3a1.0-pre6cvs2005409_0sarge0.1 and filed a
report about it yesterday.

As the warning you receive says:


Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
[...]
Cannot find codec for audio format 0xFF.


you can try to add the row:
format 0xFF
in your /etc/mlayer/codecs.conf
It worked for me (for a different format).
Regards,

Ennio.

comment:3 by moritz@…, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in CVS.

Note: See TracTickets for help on using tickets.