Since you have a master rendered DV mov file, you can use mplayer to play it and pipe yuv to mpeg2enc (and whatever filters you want as well). And you can pipe a second time to make the audio. Or, you could even try to do both at the same time! To see an example, check out the scripting at tovid.org or even use it (it works well for me).

ffmpeg uses libavcodec (the same library in mencoder, the two projects work very closely together). transcode uses either ffmpeg or mpeg2enc (depends on your command line options). There are only two mpeg-2 encoders (IIRC): libavcodec and mpeg2enc. mpeg2enc has better luck with dvdauthor, so I'd go that route if I were you.

hth,
Joe

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to