|
From: Hans-Peter J. <hp...@ur...> - 2004-02-19 17:41:37
|
On Thursday 19 February 2004 16:25, Anton=EDn Slav=EDk wrote: > > libfftw3.so is the right one. But as I already said, the FFTW API > has changed and I haven't checked yet whether OpenVIP works with > FFTW 3. Will check this then.=20 > > Jep. I got around the above step, using this > > script: > > > > --8<-- > > #! /bin/sh > > > > cd /home/hp/CVS/openvip.hp/bin > > > > export OPENVIP_HOME=3D$(pwd) > > export LD_LIBRARY_PATH=3D$(pwd) > > > > python openvip-gui.py > > -->8-- > > That's correct, I forgot to tell you about the LD_LIBRARY_PATH. I > have already added a note to the README file. Cool. > > The problematic xml is attached. > > This file seems odd to me. I suppose it's been converted from the > timeline format - could you send us the original timeline, > please? No problem. Attached. > I suspect there's a bug in timeline->network conversion when > using the overlay tracks on timeline. Or does the same thing > happen if you use only VA, VFx, VB and AA, AFx, AB tracks? It just uses V0+1 and A0+1. To be exact, I'm just trying to =20 concatenate two streams here. Mplayer is able to play them=20 correctly, but I failed to concat them with any other tools=20 I have. The best result produces avicat, but Mplayer still=20 chokes with=20 "Bad interleaved AVI file detected, switching to -ni mode" and looses audio on that gap. Here's avitype's output: <init> : Avifile RELEASE-0.7.38-030924-01:12-gcc version 3.3.1 (SuSE Linux) <reader> : checking: take01.avi <AVI reader> : MainHeader: MicroSecPerFrame=3D33366 MaxBytesPerSec=3D0 PaddingGranularity=3D0 Flags=3D[ HAS_INDEX ] TotalFrames=3D3603 InitialFrames=3D22 Streams=3D2 SuggestedBufferSize=3D32768 WxH=3D320x240 Scale=3D0 Rate=3D0 Start=3D0 Length=3D0 <AVI Reader> : WARNING: fccHandler differs from biCompression! <AVI reader> : StreamHeader: Type=3Dvids Handler=3DDX50 Flags=3D[ ] InitialFrames=3D0 Scale=3D100 Rate=3D2997 Start=3D0 Length=3D3603 SuggestedBufferSize=3D1036800 Quality=3D10000 SampleSize=3D0 Rect l,r,t,b= =3D0,0,0,0 <AVI reader> : StreamHeader: Type=3Dauds Handler=3D0x0 Flags=3D[ ] InitialFrames=3D22 Scale=3D512 Rate=3D11155 Start=3D0 Length=3D2619 SuggestedBufferSize=3D11264 Quality=3D10000 SampleSize=3D512 Rect l,r,t,b= =3D0,0,0,0 <AVI reader> : Reading index from offset: 19358492 <AVI reader> : Stream 0 vids : DX50 (0x30355844) 3603 chunks (14.07KB) <AVI reader> : Stream 1 auds : MS ADPCM (0x2) 125 chunks (0.98KB) <StreamCache> : Creating cache for file descriptor: 5 BTW: There are quite a few reasons for me to use and to look into openvip. I'm a big fan of python programs with C[++] backends. My personal favorite is the sip/PyQt Combo. Epecially sip4 is very promising, being able to wrap C++ libs without generating any Python stub,=20 lazy instancing and the like.=20 Anyway, I understand your reasoning using wx, I've been there before ;-) Pete |