I want to create a small video from jpg-files. I think I have all tools i need for that, but unfortunately no idea how to for use them :-(

I start with making a mpeg still for PAL using:

jpegtopnm input.jpg | pnmscale -xysize 768 576 | pnmpad -black -width=768 -height=576 | pnmscale -xscale 0.916667 | ppmntsc --pal | ppmtoyuv4mpeg2 | mpeg2enc -v 0 -f 7 -F 3 -a 2 -n p -T 120 -o output.m2v

then I call

vcdxgen -t svcd *.m2v

to get videocd.xml.This seems to be ok, but when I try to create the mpeg-stream with vcdxbuild videocd.xml it ends with

**ERROR: input mpeg stream has been deemed invalid -- aborting


Any ideas?


Martin

ps: sorry for my english. it was one of the worst courses I had in school ;-)



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to