[Mjpeg-users] Mpeg2enc quality?

2004-07-20 Thread Marc Gregoire
e quality? Note: the resulting m2v file generated by mpeg2enc is 57 KB for the above image, while the m2v file generated by the other encoder is 173 KB. Regards, Marc -- Marc Gregoire ([EMAIL PROTECTED]) NuonSoft ([EMAIL PROTECTED]) Website: http://

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-21 Thread Marc Gregoire
? > >o Assuming that jpeg2yuv is producing a stream with PAL framerate > (i.e. 25 fps), the y4mscaler line can just be: > > y4mscaler -I sar=1:1 -O preset=dvd -S option=sinc:6 I scaled the images with an external program to 720x576, so no need for y4mscaler. Re

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-21 Thread Marc Gregoire
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Steven > M. Schultz > Sent: woensdag 21 juli 2004 0:05 > To: [EMAIL PROTECTED] > Subject: RE: [Mjpeg-users] Mpeg2enc quality? > > On Tue, 20 Jul 2004, Marc Gregoire wrot

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-21 Thread Marc Gregoire
the mplexing: **ERROR: [???] MUX STATUS: Frame data under-runs detected! But the resulting .MPG file seems to work perfectly when put on DVD with dvdauthor. Regards, Marc Gregoire --- This SF.Net email is sponsored by BEA Weblogic Workshop

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-22 Thread Marc Gregoire
-R is needed to make sure the chroma is in bounds but that won't fix > the quality issue that you're seeing. Sorry, my mistake. I was still using an older version of jpeg2yuv :(. I now took the jpeg2yuv of the mjpegtools 1.6.2 and that version does indeed have the -R o

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-22 Thread Marc Gregoire
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Lehmeier Michael > > From: "Marc Gregoire" <[EMAIL PROTECTED]>: > > Another question: is there a way to directly convert a BMP file to > > YUV4MPEG in

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-25 Thread Marc Gregoire
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steven M. Schultz > > > > The original picture above was taken with a Sony digital > video camera... > > 1360x1020. The camera automatically saves them to a lowly (to avoid > > graphical artifac

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-25 Thread Marc Gregoire
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steven M. Schultz > > Thanks for making the data available - I pulled the > images in and > did a bit of experimenting tonight. The results were > even better > than I expec

[Mjpeg-users] Cygwin and CVS version of mjpegtools

2004-07-25 Thread Marc Gregoire
the INSTALL file. That file tells you to do ./configure but in the CVS version you have to use ./autogen.sh. Regards, Marc -- Marc Gregoire ([EMAIL PROTECTED]) NuonSoft ([EMAIL PROTECTED]) Website: http://www.nuonsoft.com $ ./autogen.sh --enable-large-file --with-quicktime=no processing . Running

RE: [Mjpeg-users] Mpeg2enc quality?

2004-07-25 Thread Marc Gregoire
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steven M. Schultz > > On Sun, 25 Jul 2004, Marc Gregoire wrote: > > > I tried to compile the cvs version, but am experiencing > some problems, > >