On 16 Dec 2002, Florin Andrei wrote:

> On Sun, 2002-12-15 at 23:54, Markus Plail wrote:
> > * Florin Andrei writes:
> > > [mplex trying to split a file]
> > >If that's useful, here's the mpeg2enc command line i used to generate
> > >the video stream:
> > >mpeg2enc -v 0 -f 4 -F 4 -n n  -o "cass1".m2v -a 2 -I 1
> > 
> > How about using the -S parameter?
> 
> Yes, i added -S 795 to the mplex command line, but that didn't change
> anything, mplex still tried to split the file. That's why i asked on the
> mailing list.

You need to add -S option to mpeg2enc. The way mplex splits stream is 
determined by where mpeg2enc inserts sequence splits in the video stream.
mplex -S parameter is useful only for DVD like streams. See
the manual pages of mpeg2enc and mplex for more details. 

mpeg2enc -S 790 -B 250 -f 4 .... -o video.m2v

mplex -f 4 video.m2v audio.m2a -o video.mpg 

should work.

Selva



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to