On Sun, 2007-03-25 at 14:20 -0500, Søren Renner wrote: > I have a raytracing renderer that I have used to make mpeg movies in > the following way: renderer --> sequence of bmp images --> sequence of > png images --> mpeg movie (using ffmpeg). What would be the best way > to import into Cinelerra?
You can import the whole sequence by selecting all the files in the file load dialog. Cinelerra supports loading of multiple files. > Do I want to compress into an mpeg? No. That's lossy, and not a good format for editing. > Need I render images of a standard size? Mencode seems to have a way > of binding pngs into an avi without compression. Is that what I want? If the sequence is very long, that approach can be preferable. Both because Cinelerra's image sequence handling does not scale too well (the memory footprint grows too much) and for the sake of simpler asset management. -- Herman Robak _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
