On Sunday September 23, eljefedelito at gmail.com wrote: > When I export a video with SVN 2007 09 09 (from Trevino's Ubuntu repository > 0.5+svn20070909~3v1ubuntu0), the final output is the wrong footage. It > seems that the areas that I have selected (which show up correctly in my > editing preview) are somehow corresponding to different points on the video > files, so that the final video is totally unlike what I have laid out. > Obviously the wrong footage made it into the exported video. Has anyone else > seen this?
I had something like this when using .avi files from a digital camcorder. There was a bug in the ffmpeg libraries which meant that if you tried to seek past 5 minutes (the exact time is a function of the data in the file) it would always start at the 5 minute mark. This was fixed in revision 10114 of ffmpeg on 14th August 2007. If you ffmpeg libraries (libavcodec, libavformat) are older than that, an upgrade might help. NeilBrown
