On Thursday, October 02 2008, 20:02 (+0200), Martin Kápostá? wrote: > files in DV, that is OK. The case i am writing is that DV supports only 25fps. > Could you please suggest the best format to use 50fps clip in Cinelerra > ofcourse uncompressed.
[DV is actually not uncompressed, but a lossy codec that degrades video quite a lot if you transcode from better source material.] I had a similar question here on the list just few days ago. After a lot of experimenting, I found the solution myself. Since Cinelerra's preferred uncompressed format is yuv2 video and pcm audio in a QuickTime container, the following command line should render practically any video file into something that can be opened and edited in Cinelerra: transcode -y mov -F yuv2 -N 0x1 -i <input file> -o output.mov [Neither ffmpeg, nor mencoder seem to be able to create yuv2 video streams, btw.] Florian -- http://cramer.plaintext.cc:70 gopher://cramer.plaintext.cc _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
