Nicolas wrote:
5 - CONCLUSION
--------------
My advices to get the best results when converting your videos made with
Cinelerra are:
- export as an YUV4MPEG stream and encode with mpeg2enc if you want a
  mpeg DVD format,
- export as a .mov file (Quicktime DV+audio 2 complements) and use
  ffmpeg to encode your video into an "exotic" format,
- export as a .mov file (Quicktime DV+audio 2 complements) and use
  mencoder if you want a Divx video.

You don't have to use the .mov intermediate file to encode with mencoder. Render the audio first as a wave and then use the YUV4MPEG stream to pipe to mencoder. Specify -audiofile /path/to/wav.file and use the -oac you want. ffmpeg will also read the YUV4MPEG stream if you specify "-f yuv4mpegpipe -i -" in the dialog box before your output options.

hth,
Joe

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

Reply via email to