Re: [Mjpeg-users] y4mscaler v0.4.0, now available

2003-03-02 Thread Steven M. Schultz
Hi - Sorry to report that the improvement in bitrate using the new 4:1:1 conversion capability of y4mscaler was a ghost - I used the wrong script to encode the movie trailer. That clip was letterboxed differently and thus had different top and bottom areas turned

Re: [Mjpeg-users] y4mscaler v0.4.0, now available

2003-03-02 Thread Steven M. Schultz
Hi - >INFO: [y4mscaler] Input Stream Header: >INFO: [y4mscaler] <<< frame size: 720x480 pixels (518400 bytes) >INFO: [y4mscaler] <<< frame rate: 3/1001 fps (~29.970030) >INFO: [y4mscaler] <<INFO: [y4mscaler] <<< sample aspect ratio

Re: [Mjpeg-users] y4mscaler v0.4.0, now available

2003-03-01 Thread Steven M. Schultz
Hi - Oddity with y4mscaler that I'm puzzled about - seems it doesn't manage to infer the 'norm' sometimes. Using the 'pond.dv' clip from the libdv site: smil2yuv -i 2 -a pond.wav ~/pond.dv | \ y4mscaler -S option=cubicB -O preset=svcd | ... I get: IN

Re: [Mjpeg-users] y4mscaler v0.4.0, now available

2003-03-01 Thread Steven M. Schultz
Hi! > From: Matto Marjanovic <[EMAIL PROTECTED]> > > The delay was because I was planning to put up a good clear demonstration of > the benefits of using smil2yuv and y4mscaler in "4:1:1" mode to handle NTSC > DV video... > > Anyhow, it certainly doesn't make anything *worse*. If anyone (Stev

Re: [Mjpeg-users] y4mscaler v0.4.0, now available

2003-03-01 Thread Matto Marjanovic
...okey-doke, tarball version 0.4.1 is available, with the missing files. This time I actually tried unpacking it and compiling it. -matt m. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

Re: [Mjpeg-users] y4mscaler v0.4.0, now available

2003-03-01 Thread Steven M. Schultz
Hi - I see that the y4m-config.h file and DBG macro/function problem is known, if you stub out the DBG with something like this "#define DBG if (0) printf" you'll run into the next problem: g++ -DYS_VERSION_MAJOR=0 -DYS_VERSION_MINOR=4 -DYS_VERSION_PATCH=0 -O2 -march=i68

[Mjpeg-users] y4mscaler v0.4.0, now available

2003-03-01 Thread Matto Marjanovic
Hi, all, Sorry for the extended delay. y4mscaler v0.4.0 source and x86 binaries are now available, at the usual spot: http://www.mir.com/DMG/Software/y4mscaler.html The delay was because I was planning to put up a good clear demonstration of the benefits of using smil2yuv and y4mscale