Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#100 closed defect (fixed)

XVID Error

Reported by: x-files@… Owned by: alex@…
Priority: normal Component: core
Version: HEAD Severity: blocker
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I compile last mplayer CVS (2004-09-28)... It don't work correct!!! See log...
Don't play correct this files... (whith mplayer 2004-09-24 works correct!!)


CPU: Advanced Micro Devices Athlon Thunderbird 2028 MHz (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file X:/Programas Genericos/Mplayer/winmplayer/mplayer/mplayer/config
Reading X:/Programas Genericos/Mplayer/winmplayer/mplayer/mplayer/codecs.conf:
Can't open 'X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
c:/windows/fonts/arial.ttf doesn't look like a font description, ignoring
Cannot load font: c:/windows/fonts/arial.ttf
Using Windows native timing
Input config file X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/input.conf parsed: 57 binds

Playing X:\_Usuarios\_A Mover\Films\SmallVille 4x01 - Crusade\Smallville 4x01
Crusade.avi.
AVI file format detected.
VIDEO: [XVID] 640x352 24bpp 23.976 fps 1004.4 kbps (122.6 kbyte/s)
Clip info:

Software: Nandub v1.0rc2

SUB: Detected subtitle file format: subviewer
SUB: Read 461 subtitles.
SUB: added subtitle file (1): X:\_Usuarios\_A Mover\Films\SmallVille 4x01 -
Crusade\Smallville 4x01 Crusade.srt
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 12000->192000 (96.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 48000 hz, little endian signed int
AF_pre: 48000Hz 2ch Signed 16-bit (Little-Endian)
AO: [win32] 48000Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
Starting playback...
VDec: Codec did not set sh->disp_w and sh->disp_h, trying workaround.

Exiting... (Quit)



MPlayer dev-CVS-040928-22:14-3.3.1 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Athlon Thunderbird 1200 MHz (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file X:/Programas Genericos/Mplayer/winmplayer/mplayer/mplayer/config
Reading X:/Programas Genericos/Mplayer/winmplayer/mplayer/mplayer/codecs.conf:
Can't open 'X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
c:/windows/fonts/arial.ttf doesn't look like a font description, ignoring
Cannot load font: c:/windows/fonts/arial.ttf
Using Windows native timing
Input config file X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/input.conf parsed: 57 binds

Playing X:\_Usuarios\_A Mover\Films\La Sombra de un secuestro [DVDScreener]\La
Sombra de un secuestro.avi.
AVI file format detected.
VIDEO: [XVID] 624x352 24bpp 23.976 fps 892.9 kbps (109.0 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 16000->176400 (128.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
AO: [win32] 44100Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Starting playback...
VDec: Codec did not set sh->disp_w and sh->disp_h, trying workaround.

MPlayer interrupted by signal 11 in module: decode_video

  • MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
  • MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug.

But this file works correctly!!!! It seems thats XVID don't work!!!!


MPlayer dev-CVS-040928-22:14-3.3.1 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Athlon Thunderbird 1149 MHz (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file X:/Programas Genericos/Mplayer/winmplayer/mplayer/mplayer/config
Reading X:/Programas Genericos/Mplayer/winmplayer/mplayer/mplayer/codecs.conf:
Can't open 'X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
c:/windows/fonts/arial.ttf doesn't look like a font description, ignoring
Cannot load font: c:/windows/fonts/arial.ttf
Using Windows native timing
Input config file X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/input.conf parsed: 57 binds

Playing X:\_Usuarios\_A Mover\Films\Alien vs Predator [Screener]\Alien VS
Predator.avi.
AVI file format detected.
VIDEO: [DX50] 592x240 24bpp 25.000 fps 780.4 kbps (95.3 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 16000->176400 (128.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
AO: [win32] 44100Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 592 x 240 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 2.47:1 - prescaling to correct movie aspect.
VO: [directx] 592x240 => 592x240 Planar YV12

Exiting... (Quit)


Change History (2)

comment:1 by x-files@…, 19 years ago

It's solved whith today build :)

comment:2 by reimar, 19 years ago

Resolution: fixed
Status: newclosed

In this case, this bug is closed

Note: See TracTickets for help on using tickets.