On Tuesday 02 January 2007 17:49, you wrote: > > inigo westley:japankdenlive.kdenlive > > Does it succesfully play your project ? > > No, it does not play. It just hangs.
> #4 0xb69e6d05 in std::set_unexpected () from /usr/lib/libstdc++.so.6 > #5 0xb69e6d42 in std::terminate () from /usr/lib/libstdc++.so.6 > #6 0xb69e6e7a in __cxa_throw () from /usr/lib/libstdc++.so.6 > #7 0xb69e72be in operator new () from /usr/lib/libstdc++.so.6 > #8 0xb5067548 in std::vector<RIFFDirEntry, std::allocator<RIFFDirEntry> > >::_M_insert_aux () from /usr/share/mlt/modules/libmltkino.so > #9 0xb50676a4 in std::vector<RIFFDirEntry, std::allocator<RIFFDirEntry> > >::insert () from /usr/share/mlt/modules/libmltkino.so > #10 0xb5066b4c in RIFFFile::AddDirectoryEntry () > from /usr/share/mlt/modules/libmltkino.so > #11 0xb5066228 in RIFFFile::ParseChunk () Ok, I think I am understanding the problem. It is related to your MLT install. Did you compile it by yourself ? For some reason, MLT tries to read some of your video files with the kino producer and crashes there. I have never user the kino producer, but you should try to disable it. Edit (as root) the file: /usr/local/share/mlt/modules/fezzik.dict There, you will see a list of file extensions followed by the preferred producers. You probably have a line saying: *.avi=mcdv,libdv,kino,avformat and *.dv=mcdv,libdv,kino,avformat Try removing kino from both entries, so that you have: *.avi=mcdv,libdv,avformat and *.dv=mcdv,libdv,avformat Next, try again to play your .kdenlive file with inigo or to open it in Kdenlive. Let me know if it solved the issue Jean-Baptiste -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20070103/ca30129a/attachment.sig>
