|
From: Steven M. S. <sm...@2B...> - 2004-01-07 17:17:36
|
On Wed, 7 Jan 2004, Nathan Morell wrote: > The rest of your suggestions worked just fine! I removed the k > option, and played around with the aspect [it was also screwey] and Great! It would appear that when exporting to mpeg2enc that transcode is already swapping the U and V planes into the correct order so giving a -k undid that and caused YV12 instead of 4:2:0p to be given to the encoder. > everything is working fine except for the Audio now. I'll append a > complete output from Mplayer and Transcode; otherwise, could you tell me This is wandering a bit away from mjpegtools but I think I have a method that will work to get the audio. If mplayer can play the input avi file then mplayer -dumpfile output.wav -dumpaudio input.avi mp2enc -b 128 -o output.mp2 < output.wav should do the trick. Then use mplex to put the .m2v and .mp2 files together. Cheers, Steven Schultz |