Hello. Up to now I have been converting my avi movies to SVCD using transcode or mplayer to decode the input stream into a yuv4mpeg which is fed to mpeg2enc.
I want to experiment lav2yuv for that purpose, but I am having problems with it. Maybe I am doing the wrong thing. I have a test.avi file, probed by tcprobe as: [tcprobe] RIFF data, AVI video [avilib] V: 23.976 fps, codec=XVID, frames=3000, width=696, height=368 [avilib] A: 48000 Hz, format=0x55, bits=0, channels=2, bitrate=128 kbps When calling lav2yuv with this file, I get: $ lav2yuv +n test.avi > test.yuv INFO: [lav2yuv] Norm set to NTSC ++ WARN: [lav2yuv] Input file test.avi is not in JPEG 4:2:2 or 4:2:0 format ++ WARN: [lav2yuv] unspecified sample-aspect-ratio --- taking a guess... Not a JPEG file: starts with 0x00 0x00 ++ WARN: [lav2yuv] Decoding of Frame 0 failed Not a JPEG file: starts with 0x00 0x00 ++ WARN: [lav2yuv] Decoding of Frame 1 failed [...] How would I convert this video into yuv4mpeg without using transcode or mplayer? Romildo ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users
