Hallo

>     Each MPEG 2 file has added sequence headers in
> front of each GOP for record to DVD.  Each Audio file
> was compressed from WAV data with identical header
> files.  I can NOT concatenate the video or audio files
> 
> before multiplex with timing and limited space.  So, I
> have to do
>       Mplex -f 9 Video1.MPG Audio1.MP2 -o TempMplex.MPG
>       Cat TempMplex.MPG >> Mplex.MPG
[...]
>       Mplex -f 9 Video3.MPG Audio3.MP2 -o TempMplex.MPG
>       Cat TempMplex.MPG >> Mplex.MPG
> 
>     The result Mplex.MPG can NOT be recorded to DVD. 
> I looked at the video files using MPEG inspector,
> Video*.MPG are the right format with 15 frames / GOP. 
That problem was descussed often.

The problem ist that mpeg has run- in/out sequences, and maybe buffer
problems. And most HW player can't play back such a concenated stream.
They might play back the first part.

There are 2 correct sollutions:
renecode the video and Audio to a single long file.

Add several files to the dvd, with dvdauthor the simples way to end up
with 3 files on a DVD which can be played back ist with a commmand like
that:
dvdauthor -o output/ file1.mpg file2.mpg file3.mpg

A not so clean solution would be using programms like mpgtx
(http://mpgtx.sourceforge.net/). That programm should be able to cat
mpeg's together. That might work or not. mpegtx is better than cat.
I would still preffere to have several files on the DVD.


auf hoffentlich bald,

Berni the Chaos of Woodquarter

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to