Hallo

> hi there i try to  mplex a video and audio file to two files fit on a 650 mb.
> 
> so i use this command :
> 
>  mplex  -f 4  -V -s 2324 -p 1 -S 630 -o "/windows/D/video %d .mpg"
> "/windows/D/island.m2v" "/windows/D/island.mp2"
I guess you used for encoding something like that: mpeg2enc -f 4 .....
And not the --sequence-length|-S option, which is not needed anyways. 

You should take a close look at the mjpeg howto. Section: "Creating
Video-CD's" and "Creating SVCD" there your problem is describes and
solved. A correct working command for you would look like that:
mplex -f 4 island.m2v island.mp2 -o video%d.mpg

> but i alsways end with 3 files .
> a. 645mb
> b.81 mb
> c.545 mb
Corret done by mplex with the option you used. 

> and i only want 2 files  with a size of +/-  650 mb .
Than I guess you used the wrong option when encoding the video if you
really want that. On a 74 Minutes CD in Mode2 fit more than 720MB.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to