Hello Mark:
Mplayer doesn't initally crash here, however, if I pop in a DVD to play it will come up with an error "Warning MVs not available" see the attached screenshot.
PHP Code:
$ gmplayer
MPlayer dev-SVN-r26936-4.3.0 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (Family: 6, Model: 15, Stepping: 11)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
[GUI] Adding video filter: pp
Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
There are 4 titles on this DVD.
There are 1 angles in this DVD title.
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000120
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000345ae
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00035518
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
audio stream: 0 format: ac3 (mono) language: en aid: 128.
audio stream: 1 format: ac3 (mono) language: fr aid: 129.
audio stream: 2 format: ac3 (mono) language: es aid: 130.
number of audio channels on disk: 3.
subtitle ( sid ): 0 language: en
subtitle ( sid ): 1 language: fr
subtitle ( sid ): 2 language: es
number of subtitles on disk: 3
MPEG-PS file format detected.
VIDEO: MPEG2 720x480 (aspect 2) 29.970 fps 7500.0 kbps (937.5 kbyte/s)
[VO_XV] Using Xv Adaptor #0 (NV17 Video Texture)
Opening video filter: [pp]
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES)
[PP] Using external postprocessing filter, max q = 6.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12)
[PP] Using external postprocessing filter, max q = 6.
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 720x480 => 720x540 Planar YV12
[mpeg2video @ 0xb0dda0]ac-tex damaged at 6 8
[mpeg2video @ 0xb0dda0]Warning MVs not available
[mpeg2video @ 0xb0dda0]concealing 990 DC, 990 AC, 990 MV errors
A: 0.4 V: 0.3 A-V: 0.091 ct: 0.004 10/ 8 ??% ??% ??,?% 0 0
demux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.
A: 89.5 V: 89.5 A-V: 0.009 ct: 0.137 2151/2148 4% 8% 0.4% 39 0
demux_mpg: 30000/1001fps NTSC content detected, switching framerate.
Warning! FPS changed 23.976 -> 29.970 (-5.994005) [4] 8% 0.4% 39 0
A: 90.1 V: 90.0 A-V: 0.032 ct: 0.177 2169/2164 4% 8% 0.4% 39 0
demux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.
If I try and change Chapters it crashes hard
PHP Code:
A: 155.7 V: 155.7 A-V: -0.009 ct: 0.239 3744/3738 4% 8% 0.4% 63 0
[GUI] Removing video filter: lavc
[GUI] Adding video filter: pp
Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
There are 4 titles on this DVD.
There are 1 angles in this DVD title.
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000120
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000345ae
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00035518
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
audio stream: 0 format: ac3 (mono) language: en aid: 128.
audio stream: 1 format: ac3 (mono) language: fr aid: 129.
audio stream: 2 format: ac3 (mono) language: es aid: 130.
number of audio channels on disk: 3.
subtitle ( sid ): 0 language: en
subtitle ( sid ): 1 language: fr
subtitle ( sid ): 2 language: es
number of subtitles on disk: 3
MPEG-PS file format detected.
MPlayer interrupted by signal 11 in module: demux_open
- 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.
$ rpm -aq | grep mplayer
gnome-mplayer-0.6.2-2.lvn9.x86_64
mplayer-gui-1.0-0.94.20080531svn.lvn9.x86_64
mplayer-1.0-0.94.20080531svn.lvn9.x86_64
$ uname -r
2.6.25.6-55.fc9.x86_64
Same behaviour in Gnome and KDE
Seve