On Sat, 2011-01-08 at 17:42 +0100, Sape Sikkema (wxs.nl) wrote: > Dear forum members, > > As you know I was struggling removing the jerky movements I sometime > witnessed in the Cinerella viewer as well as in the rendered output. The > original clip played in any player did NOT have this phenomenon. > > I tried: > CinelerraCV 2.1.5 from the Ubuntu repository > CinelerraCV 2.1.5 with Chris Montgomery's patches > Cinelerra HV 4.2 > > both on a 64 bit and 32 bit machine. > > Today I made a promising step forward as CinelerraCV 2.1.5 with Chris > Montgomery's patches was able to load the original MOD files from the > camera and play them in the viewer without defects. I expect rendering > will give the same result. Unfortunately I did not check if HV4.2 could > play MOD files. Would someone willing to try this? File is located on > https://www.strongspace.com/shared/lex2k41pvt > > Maybe we have to suspect the modcopy script I used to convert the MOD to > mpg. > > Does anyone know if and how I can manipulate the project xml file by > replacing the mpg's with MOD's without having to redo the whole movie > (>700 clips)? > Sape, RE: your question about replacing mpgs with MODs.
The XML file is pretty easy to understand. If you open it up in a text editor like Gedit, you'll see that your videos are represented by an "ASSET" XML tag. So run a search and replace to replace "mpg" with "MOD". I do such things like this: 1) Backup your existing XML file 2) open the original in vi or other editor 3) if your editor is vi, run a subsitution command to replace the mpgs with MODs..something like this: :1,$ s/\.mpg/\.MOD/g HV4.2 always craps out for me. I've got some things to do today, but if I get a chance I'll give it a try. scott _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
