Re: [Mjpeg-users] mplex no free space in input buffer

2004-03-03 Thread Andrew Li
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

Re: [Mjpeg-users] mplex no free space in input buffer

2004-03-02 Thread Andrew Stevens
Hi ANdrew, Can you try things with 1.6.2 - a lot of Bugs have been fixed since 1.6.1... You'll need to use '-M' to stop mplex trying to split the output at every sequence end marker it receives (probably one per video segment you cat-ed). Andrew -

Re: [Mjpeg-users] mplex no free space in input buffer

2004-03-01 Thread Bernhard Praschinger
Hallo > I'm trying to create a mpeg with sound using mplex. The two > files I'm trying to combine is an mp2 and a SVCD (m2v) file > created by mpeg2enc. > > The m2v file is created by catting 300 small m2v files > together, the command I used is: > > jpeg2yuv -f 25 -j cS2300*.JPG -n 25 -I p |

[Mjpeg-users] mplex no free space in input buffer

2004-03-01 Thread Andrew Li
Hi all, I'm trying to create a mpeg with sound using mplex. The two files I'm trying to combine is an mp2 and a SVCD (m2v) file created by mpeg2enc. The m2v file is created by catting 300 small m2v files together, the command I used is: jpeg2yuv -f 25 -j cS2300*.JPG -n 25 -I p | yuvscaler -O \