On Fri, 2009-02-06 at 11:58 -0500, John Griffiths wrote: > I have the same problem on Fedora 10, > cinelerra-cv-2.1-21.git20081103.fc10.i386 which is from the kwizart > repository. > > Hope there is a solution. > > Regards, > John
Guys, I'm on Fedora 10, x86-64 and this YUV4MPEG render pipe works fine for me: ffmpeg -f yuv4mpegpipe -i - -y -target ntsc-dvd % If you want to get crazy, you can even mux an audio track at the same time: ffmpeg -f yuv4mpegpipe -i - -i /mnt/videos/projects/blog/water.m2a -y -target ntsc-dvd % Quality seems alright. scott _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
