Hi again,

On Mon, 1 Mar 2004, Bernhard Praschinger wrote:
>> jpeg2yuv  -f  25 -j cS2300*.JPG -n 25 -I p | yuvscaler -O \
>> SVCD  | mpeg2enc -T 120 -f 7 -o cS2300*.m2v
>>
>> cat cS2300*.m2v > nosound.m2v
>I don't know how often someone tired to combine a mpeg2 movie with cat,
>but I don't know jet that it had worked once.
>
>> where * is in in the range 001 to 300.
>Why do you only process 25 images per mpeg file ? And not the whole
>range in one step?
>
>Why do you create still sequences you want to connect afterwards to a
>longer movie ?

Two reasons:
One: I've tried creating one long movie before and it ends up
with the same result, so I'm basically trying anything to hope
that it will work. (Not ideal, but I am new to this so I don't
really know what's the correct way of doing such things)

Two: As mentioned above, I'm a new user. In other words, I don't
have a great deal of clue on what I'm doing ;)

Here are the errors when I try to do it with one long movie:

jpeg2yuv -f25 -j cS2300%03d.jpg -n320 -I p | yuvscaler -O \
 SVCD | mpeg2enc -T 120 -f 7 -o result.m2v

mplex -f4 -v0 -o result.mpg sound.mp2 result.m2v
**ERROR: [mplex] Need to split output but there appears to be no
%d in the filename pattern result.mpg

Now when I do use %d, it will give another error.

mplex -f4 -v 0 -o foo%d.mpg sound.mp2 result.m2v
**ERROR: [mplex] INTERNAL ERROR: additional data required but no
free space in input buffer

It generated 133 fooX.mpg, then dies with that internal error.


>> Although when I download mjpegtools, I downloaded the latest
>> version, but looking at the README in the mplex source
>> directory, it seems like that mplex code hasn't been updated
>> for a while now. Is there a patch somewhere? Any help would be
>> much appreciated.
>No, you just try something, mplex is not designed to work with.

Good to know that it's my error, as I thought it would be at the
start :)

Basically I'm just trying to create a VCD with some photos I've
taken, I didn't know it would be this complex...

Andrew



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to