Re: [Mjpeg-users] MJPEG encoding performances

2003-02-10 Thread Steven Boswell II
That's because yuv2lav is not multi-threaded -- it reads from the YUV stream, compresses the image, and writes it to the output file, all in one thread. Fixing that is one of my near-future planned projects (sometime after finding a new place to live & getting a day job :-). Steven Boswell, [EMAIL

Re: [Mjpeg-users] MJPEG encoding performances

2003-02-10 Thread Ronald Bultje
Hi Selva, On Sun, 2003-02-09 at 17:23, Selva Nair wrote: > cat video.yuv | yuv2lav -o video.avi > 39.9 fps > > The resulting avi is, of course, mjpegtools compatible unlike mencoder's. > By the way, only 80% of the cpu gets used, dont know why. Maybe a disk-cache flush that hangs the thing for a

Re: [Mjpeg-users] MJPEG encoding performances

2003-02-09 Thread Selva Nair
On Sun, 9 Feb 2003, Martin Collins wrote: > 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

Re: [Mjpeg-users] MJPEG encoding performances

2003-02-09 Thread Martin Collins
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 f

Re: [Mjpeg-users] MJPEG encoding performances

2003-02-09 Thread rsnel
Hello, 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). > > 1) I have absolutely no idea if 50fps is very high or quite reasonable, and

Re: [Mjpeg-users] MJPEG encoding performances

2003-02-08 Thread Bernhard Praschinger
Hallo > 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). BTW: PAL Full size is 720x576 > After playing a bit with libjpeg and libjpeg-mmx, I got at best 13fps for > encoding only (n

Re: [Mjpeg-users] MJPEG encoding performances

2003-02-08 Thread Ronald Bultje
Hi Laurent, On Sat, 2003-02-08 at 23:14, Laurent Pinchart wrote: > 2) I get very similar results using libjpeg-mmx and libjpeg on a P3-800 (both > optimized for i686). Is this normal ? I would have expected libjpeg-mmx to be > faster. Depends on the version. 0.1.2 only has decoding acceleration

[Mjpeg-users] MJPEG encoding performances

2003-02-08 Thread Laurent Pinchart
Hi everybody, 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). After playing a bit with libjpeg and libjpeg-mmx, I got at best 13fps for encoding only (no write operation to disk). T