On Sun, 9 Feb 2003 10:08:17 +0100 (CET) [EMAIL PROTECTED] wrote: > On Sat, 8 Feb 2003, Laurent Pinchart wrote: > > I've been asked today by my boss to see if I can find a way to get > > software MJPEG encoding for PAL-size (768x576) RGB images at a > > double real-time rate(50fps). > > Well, the fastest realtime encoder that I know of exists in mplayer, ... > On my Athlon XP 1800+ it can encode at >25fps
On my Athlon 1500+ encoding 672x576 PAL I get this: lav2yuv ./mjpeg.avi | \ mencoder - -ovc lavc -lavcopts vcodec=mjpeg -o ~/mjpeg.avi 38fps (interlaced) lav2yuv ./mjpeg.avi | \ mencoder - -ovc lavc -lavcopts vcodec=mjpeg -vop pp=md -o ~/mjpeg.avi 37fps (deinterlaced) lav2yuv is not slowing things down (much) as I have a dual processor machine. The good news is I reckon a 2GHz machine could do it. The bad news is lavtools cannot read the files mencoder makes nor vice versa. Martin ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users