Thanks for your answers. > Unreproducible and the bug report is useless. We need complete -v output > before having any chance to debug this problem. Post it somewhere. > > Diego
Hello Diego, sorry for uncomplete output, here is the -v output. If you need more information or I could do some tests, please send mail. mplayer -v VTS_01_1.VOB MPlayer 1.0rc1-4.1.2-DFSG-free (C) 2000-2006 MPlayer Team AltiVec not found CPU: PowerPC get_path('codecs.conf') -> '/home/w/.mplayer/codecs.conf' Reading /home/w/.mplayer/codecs.conf: Can't open '/home/w/.mplayer/codecs.conf': No such file or directory Reading /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. CommandLine: '-v' 'VTS_01_1.VOB' init_freetype Using Unoptimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/w/.mplayer/input.conf' Can't open input config file /home/w/.mplayer/input.conf: No such file or directory Can't open input config file /etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config Setting up LIRC support... 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. get_path('VTS_01_1.VOB.conf') -> '/home/w/.mplayer/VTS_01_1.VOB.conf' Playing VTS_01_1.VOB. get_path('sub/') -> '/home/w/.mplayer/sub/' [file] File size is 1073739776 bytes STREAM: [file] VTS_01_1.VOB STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) Checking for YUV4MPEG2 ASF_check: not ASF guid! Checking for NuppelVideo Checking for REAL Checking for SMJPEG Searching demuxer type for filename VTS_01_1.VOB ext: .VOB Trying demuxer 2 based on filename extension system stream synced at 0xD (13)! ==> Found video stream: 0 ==> Found audio stream: 129 ==> Found audio stream: 128 MPEG Stream reached EOF ds_fill_buffer: EOF reached (stream: video) MPEG-PS file format detected. Searching for sequence header... OK! VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 7500.0 kbps (937.5 kbyte/s) [V] filefmt:2 fourcc:0x10000002 size:720x576 fps:25.00 ftime:=0.0400 get_path('sub/') -> '/home/w/.mplayer/sub/' open: No such file or directory [MGA] Couldn't open: /dev/mga_vid open: No such file or directory [MGA] Couldn't open: /dev/mga_vid [VO_TDFXFB] Can't open /dev/fb0: Permission denied. [VO_3DFX] Unable to open /dev/3dfx. X11 opening display: :0 vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF) vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0" => local display) [x11] Detected wm supports NetWM. [x11] Detected wm supports FULLSCREEN state. [x11] Detected wm supports ABOVE state. [x11] Detected wm supports BELOW state. [x11] Detected wm supports STAYS_ON_TOP state. [x11] Current fstype setting honours FULLSCREEN STAYS_ON_TOP ABOVE BELOW X atoms [xv common] Drawing colorkey manually. [xv common] Using colorkey from Xv (0x00001e). [xv common] Maximum source image dimensions: 2048x2048 ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) Trying filter chain: vo Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] SwScale params: -1 x -1 (-1=no scaling) Trying filter chain: scale vo The selected video_out device is incompatible with this codec. Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b MPlayer interrupted by signal 4 in module: init_video_codec - MPlayer crashed by an 'Illegal Instruction'. It may be a bug in our new runtime CPU-detection code... Please read DOCS/HTML/en/bugreports.html. - 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. vo: uninit ... > Please be more specific that "PPC", PPC includes completely different > processor types. > My guess would be you do not have Altivec and the packages was compiled > with it. There is no proper runtime-detection for Altivec though. At > least there wasn't last time I tried. > > Greetings, > Reimar Döffinger Hello Reimar, indeed its a PPC G3 Ibook without altivec. greetings and thanks for your help Wolfgang