On Monday 25 August 2003 19:55, Martin Samuelsson wrote:
> Ok, now I'm going to do some more testing.

Um. Question:

With 1.6.0, I could give jpeg2yuv an absolute filename, and get the expected 
output. With 1.6.1.90, it will go into a tight loop. Is there any change I've 
overlooked?

What worked before:

[Disclaimer: I cut'n pasted an example with just the essentials in it. 
Obviously, I haven't tried it, but I think it works.]

echo "YUV4MPEG2 W320 H240 F25:1 Ip A0:0" >stream.yuv
for frame in /images/*
do
    jpeg2yuv -n 1 -f 25 -I p -j $frame | tail +2 >>stream.yuv
done

I'm using jpeg2yuv as a jpeg-to-yuv converter, as I didn't have much luck with 
ImageMagick's convert in that particular case.

The thing is that I have to roll my own counter code, as the files aren't 
consecutively numbered within the directory; rather than a counter, they have 
a timestamp.

Wouldn't it be incredibly handy to be able to give jpeg2yuv (perhaps other 
commands I don't use in this particular script?) an absolute file name, and 
not be limited to the %d thingie?

/Sam



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to