On Thursday 20 April 2006 06:47, m h wrote: > I've been messing around with pyvnc2swf to create a screencast of a > vnc session. Using this tool I can export the frames as bmps (if I > export as png, cinelerra (and others like gimp) don't recognize the > pngs) and convert the bmp's to pngs using imagemagick. > Pyvnc2swf grabs at 12fps. Whats the best way to get this at 29fps (for > ntsc)? I didn't see this in the wiki anywhere.
To create a png sequence at 12 fps from png files numbered consecutively do this: $ cat > capture.pngseq <<EOF PNGLIST # First line is always PNGLIST # Frame rate: 12.0 # Width: 640 # Height: 480 EOF $ ls -1 capture?????.png >> capture.pngseq Now you can load capture.pngseq into cinelerra as an asset at 12 fps. Then you simply set the project frame rate to 29.997. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
