Re: [Mjpeg-users] libquicktime

2005-05-23 Thread Ronald S. Bultje
Hi, On Tue, 2005-05-24 at 10:41, E.Chalaron wrote: > libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la' So, Fedora (for example) does not ship installed .la files for a reason. Really, libtool is ok'ishly useful for compiling uninstalled software, but is completely, totally and utte

Re: [Mjpeg-users] libquicktime

2005-05-23 Thread Steven M. Schultz
On Tue, 24 May 2005, E.Chalaron wrote: > For those who are not aware, my favourite hobby is to crash my linux box > and therefore to compile mjpeg tools every so often... You don't have to wait for a crash to compile mjpegtools - I think crashing a system is a bad habit to acquir

[Mjpeg-users] libquicktime

2005-05-23 Thread E.Chalaron
Gday For those who are not aware, my favourite hobby is to crash my linux box and therefore to compile mjpeg tools every so often... today it is not mjpeg tools it is libquicktime : make gives me : libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la' what should provide this fil

[Mjpeg-users] Re: [Mjpeg-developer] 1.6.3 RC1 ready for testing

2005-05-23 Thread Steven M. Schultz
On Tue, 24 May 2005, Ronald S. Bultje wrote: > I promised Steven a few days ago I'd roll a tarball, fix all build > issues and all that. Guess what? No build issues at all! Great cheers Hurrah! At long last the release has begun. > words 'make distcheck' and uploading a tarball, which

Re: [Mjpeg-users] yuvscaler bug

2005-05-23 Thread Steven M. Schultz
On Mon, 23 May 2005, Dik Takken wrote: > On Mon, 23 May 2005, Steven M. Schultz wrote: > > > Do you see anything like that 'Deprecated X-tag' message? If you're > > using the cvs version of mjpegtools you should see that message. > > Yes, I get them all the time :) Ok

[Mjpeg-users] 1.6.3 RC1 ready for testing

2005-05-23 Thread Ronald S. Bultje
Hi all, I promised Steven a few days ago I'd roll a tarball, fix all build issues and all that. Guess what? No build issues at all! Great cheers for Steven and Bernhard's hard maintainance work (and all of the other coders' new features, of course!). So, there I went, typing the famous words 'make

Re: [Mjpeg-users] yuvscaler bug

2005-05-23 Thread Steven M. Schultz
On Mon, 23 May 2005, Dik Takken wrote: > > Do you see anything like that 'Deprecated X-tag' message? If you're > > Yes, I get them all the time :) I'd remove it except that it's useful as an indication of an unconverted program. > > What happens if you use y4mscaler? >

Re: [Mjpeg-users] yuvscaler bug

2005-05-23 Thread Dik Takken
On Mon, 23 May 2005, Steven M. Schultz wrote: Do you see anything like that 'Deprecated X-tag' message? If you're using the cvs version of mjpegtools you should see that message. Yes, I get them all the time :) bash-2.05b$ smil2yuv test.dv | yuvscaler -I USE_576x512+0+0 -O D

Re: [Mjpeg-users] yuvscaler bug

2005-05-23 Thread Steven M. Schultz
On Mon, 23 May 2005, Dik Takken wrote: > > I think we need some more info... ;) > > Ah, so you can't reproduce it with one of your DV files... Here's some > more info: No, it works fine with the (NTSC) DV files I tried it with: [LARRY:S300/DVD] sms% smil2yuv aq.dv | head -n 1 YUV4

Re: [Mjpeg-users] yuvscaler bug

2005-05-23 Thread Dik Takken
On Mon, 23 May 2005, Steven M. Schultz wrote: On Mon, 23 May 2005, Dik Takken wrote: smil2yuv test.dv | yuvscaler -I USE_576x512+0+0 -O DVD | yuvplay I get a very weird image with noise and a mixed up interlacing pattern. And when I do: smil2yuv test.dv | yuvscaler -I USE_576x384+0+0 -O DVD

Re: [Mjpeg-users] yuvscaler bug

2005-05-23 Thread Steven M. Schultz
On Mon, 23 May 2005, Dik Takken wrote: > smil2yuv test.dv | yuvscaler -I USE_576x512+0+0 -O DVD | yuvplay > I get a very weird image with noise and a mixed up interlacing pattern. > > And when I do: > > smil2yuv test.dv | yuvscaler -I USE_576x384+0+0 -O DVD | yuvplay > yuvplay fails to play the

[Mjpeg-users] yuvscaler bug

2005-05-23 Thread Dik Takken
Hello, When I do: smil2yuv test.dv | yuvscaler -I USE_576x512+0+0 -O DVD | yuvplay I get a very weird image with noise and a mixed up interlacing pattern. And when I do: smil2yuv test.dv | yuvscaler -I USE_576x384+0+0 -O DVD | yuvplay yuvplay fails to play the resulting stream. Is this a

Re: [Mjpeg-users] How to concatenate yuv streams

2005-05-23 Thread Dik Takken
On Mon, 23 May 2005, Dave Chapman wrote: Steven M. Shultz gave me the solution to this problem a while ago. You need to create a bash function to strip out the header line from the second (and subsequent) yuv streams. e.g. [start of script] Ah, wow. This is very cool. Thanks a lot!! Cheer

Re: [Mjpeg-users] How to concatenate yuv streams

2005-05-23 Thread Dave Chapman
Dik Takken wrote: > > Hi all, > > I was just trying to create a single MPEG2 file from multiple DV files, > where each DV file is treated differently (different denoising etc). I > tried to do this: > > ( scriptA.sh ; scriptB.sh ) | y4mscaler ... | mpeg2enc ... > > The shell scripts each produc

[Mjpeg-users] How to concatenate yuv streams

2005-05-23 Thread Dik Takken
Hi all, I was just trying to create a single MPEG2 file from multiple DV files, where each DV file is treated differently (different denoising etc). I tried to do this: ( scriptA.sh ; scriptB.sh ) | y4mscaler ... | mpeg2enc ... The shell scripts each produce a yuv stream on stdout. These st