----- Original Message ----- From: "Ed Vaessen" <[email protected]> To: [email protected] Sent: Monday, June 29, 2009 4:30:44 PM GMT -05:00 US/Canada Eastern Subject: [CinCV] Cinelerra aborts while rendering
I have been trying to render a piece of nearly 2 hours of video, containing about 500 scenes, to a YUV4MPEG Stream. I use a pipe command ffmpeg -f yuv4mpegpipe -i - -y -r 25 -b 28000000 -f mpeg2video /data/Cyprus/OutputCinelerra.m2v Has anyone experiences this before? Ed, Normally, you'd use yuv4mpegpipe to convert an input stream into an output pipe into another program, such as mpeg2video. Also, yuv4mpegpipe will override the second format parameter, mpeg2video. Here's a post showing an example that has some informative comments at the bottom from some knowledgeable folks: http://crazedmuleproductions.blogspot.com/2009/05/ffmpeg-pipe-to-mpeg2enc.html scott _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
