Hello Ed,

I can't really speak out of experience but I would try the following:

To export the video through "YUV4MPEG Stream" use the following pipe command:

ffmpeg -f yuv4mpegpipe -i - -y -r 25 -b 28000000 -f mpeg2video %

As Cinelerra Format settings i would suggest a frame rate 25.0000 fps and
1920x1080 as size of your canvas.

Export your audio as MPEG Audio, select Layer II and 384 kbit/s.

Then mux your video and audio together using a command like

ffmpeg -i foo_video.m2v -i foo_audio.mp2 -acodec copy foo_muxed.mpg

Hope that helps...

Simeon

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to