Thanks for the information and tips, I went to the PLF site and did as you said. This is what happens when I play the same file: It appears to just start and then it segfaults. Here is the output:
[root@localhost root]# aviplay <Init> : Avifile CVS-020614-05:22-3.1.1 <Init> : Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov mmx <Init> : 300.69 MHz Pentium II (Klamath) processor detected Xlib: extension "GLX" missing on display ":0.0". <aviplay> : Debug is on 0 <AVI reader> : Checking: /e/Windstar/Videos/(Filename Deleted) <AVI reader> : AVIMainHeader: MicroSecPerFrame=40000 MaxBytesPerSec=276769 PaddingGranularity=0 Flags=[ HAS_INDEX TRUST_CKTYPE ] TotalFrames=623 InitialFrames=0 Streams=2 SuggestedBufferSize=274743 WxH=320x240 Scale=0 Rate=0 Start=0 Length=0 <AVI reader> : AVIStreamHeader: FccType=vids FccHandler=iv50 Flags=[ ] InitialFrames=0 Scale=40 Rate=1000 Start=0 Length=623 SuggestedBufferSize=15328 Quality=8800 SampleSize=0 Rect l,r,t,b=0,320,0,240 <AVI reader> : AVIStreamHeader: FccType=auds FccHandler=0x0 Flags=[ ] InitialFrames=0 Scale=1 Rate=11025 Start=0 Length=274743 SuggestedBufferSize=274743 Quality=10000 SampleSize=1 Rect l,r,t,b=0,0,0,0 <AVI reader> : Reading index from 5533340 <AVI reader> : Stream 0 vids : 0x30357669 (iv50) 623 chunks (9.73KB) <AVI reader> : Stream 1 auds : 0x1 (PCM) 1 chunks (0.02KB) <StreamCache> : Creating cache for file descriptor: 7 <ReadStream> : Initialized video stream 0 (chunk tblsz: 623, fmtsz: 40) <ReadStream> : Initialized audio stream 0 (chunk tblsz: 274743, fmtsz: 18) <AVI reader> : Successfully opened /e/Windstar/Videos/(Filename Deleted) <Codec keeper> : /usr/lib/avifile0.7/ac3pass.so: A/V 1/0 <Codec keeper> : /usr/lib/avifile0.7/audiodec.so: A/V 6/0 <Codec keeper> : /usr/lib/avifile0.7/ffmpeg.so: A/V 2/8 <Codec keeper> : /usr/lib/avifile0.7/mad_audiodec.so: A/V 1/0 <Codec keeper> : /usr/lib/avifile0.7/mjpeg.so: A/V 0/1 <Codec keeper> : /usr/lib/avifile0.7/mpeg_audiodec.so: A/V 1/0 <Codec keeper> : /usr/lib/avifile0.7/vorbis_audio.so: A/V 1/0 <Codec keeper> : /usr/lib/avifile0.7/win32.so: A/V 13/48 <LDT_Keeper> : Installed fs segment: 0x4001f000 <Win32 plugin> : External func OLEAUT32.dll:161 <Win32 plugin> : Win32 LoadLibrary failed to load: OLEAUT32.dll, /usr/lib/win32/OLEAUT32.dll, /usr/local/lib/win32/OLEAUT32.dll <Win32 plugin> : External func OLEAUT32.dll:163 <Win32 plugin> : Win32 LoadLibrary failed to load: OLEAUT32.dll, /usr/lib/win32/OLEAUT32.dll, /usr/local/lib/win32/OLEAUT32.dll Using DirectShow codec: ir50_32.dll <Win32 DS video decoder> : Decoder is capable of YUV output ( flags 0x87 ) <Codec keeper> : Indeo(r) Video 5.0 DirectShow video decoder created <aviplay> : !!!Running video decoder as ROOT - Dangerous!!! <aviplay> : Video thread - using scheduler: SCHED_FIFO <renderer> : SDL Video driver: x11 <renderer> : Created surface: 320 x 240 15 bits <renderer> : Creating YUV overlay 320x240, fourcc 0x32595559 (YUY2) <renderer> : No hardware YUV acceleration detected! <renderer> : *** Using SDL software YUV emulation *** Usually most codecs supports RGB modes - so you may achieve better performance with disabled YUV flag <renderer> : XV port: 0 X Error: XvBadPort 152 Major opcode: 142 Resource id: 0x0 <renderer> : Loading subfont: "-adobe-helvetica-medium-r-normal--*-160-100-100-p-*-iso8859-*" <renderer> : Failed to open X11 font <aviplay> : Will try audio renderers in this order: OSS,SDL,noaudio <Codec keeper> : PCM audio decoder created <audio renderer> : src fmt=0x01 1ch 11025Hz 8b 11025B/s balign=1 cbsz=0 <audio renderer> : dst fmt=0x01 1ch 11025Hz 8b 11025B/s balign=1 cbsz=0 <audio renderer> : OSS audio renderer: frags: 9 size:4096 buffer: 36864 <Player> : Player started Segmentation fault [root@localhost root]# Any ideas?? Cheers, Jason Goetz Waschk wrote: >Am Donnerstag, 4. Juli 2002, 00:01:11 Uhr MET, schrieb [EMAIL PROTECTED]: > >>Thanks for the ideas, I answer your questions below... >> >>>AVI is just a container, there can be different formats inside. Why >>>don't you look up the format of the files that don't play anymore. >>> >>I don't know how to do this, sorry... >> >Avifile prints the format ID called FourCC to the terminal. It's also >in the properties window of the video clip. > >>>You >>>need extra plugins for formats that aren't implemented as native >>>decoders. >>> >>I don't see any other avifile player plugins listed in the RPM's list >>like I do for XINE, am I mssing something? >> > >The other plugins cannot be shipped in the Mandrake package for legal >reasons. You have to download them yourself from http://plf.zarb.org > >>[root@localhost root]# aviplay >><AVI reader> : AVIStreamHeader: FccType=vids FccHandler=iv50 Flags=[ ] >> > ^^^^ >that's the fourcc. > >><Codec keeper> : CreateVideoDecoder(): Unknown codec 0x30355649 = "IV50" >> > >There is no native IV50 codec for avifile. You have to use the windows >dll (just install avifile-plugins-win32 of the same version as your >avifile and win32-codecs, both on the plf site). > >CU >
