Hi all,

I have a movie which is composed of several jpegs folders. I'd like, thanks
to jpeg2yuv, to create a single m2v composed of those groups of jpegs.

I read the post by Richard Ellis called "How to concatenate mp2/m2v files
for multiplexing", which gave me some very useful info (especially the
answers from Steven M. Schultz). I do understand that the solution is
something like this :

(jpeg2yuv -j folder1/img%05d.jpg -f 25 -I p ; jpeg2yuv -j
folder2/img%05d.jpg -f 25 -I p ; jpeg2yuv -j folder3/img%05d.jpg -f 25 -I p)
| mpeg2enc -o result.m2v

What i don't understand is a to strip the headers from all yuv streams
except the first one. I'm kind of newbie in shell programming and i really
don't know how to do this.

Could you please give me a hand.


thanks,


Gregory



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to