Ok, this is not the regular mplex split issue. I promise. :-)

I use mjpegtools-1.6.1.90 and a CVS version of transcode.

I'm extracting the video and audio tracks from a DVD:

mkfifo vid.fifo
mkfifo aud.fifo 
tcdemux -i vid.fifo -x vob -d 0 | \
        tcextract -t vob -x mpeg2 -d 0 | \
        tcextract -t raw -x mpeg2 -d 0 > ${proj}.m2v &
tcdemux -i aud.fifo -x ac3 -a ${aud} -d 0 | \
        tcextract -t vob -x ac3 -a ${aud} -d 0 | \
        tcextract -t raw -x ac3 -d 0 > ${proj}.ac3 &
tccat -T ${n},-1 -i ${dev} -t dvd -d 0 | \
        tee vid.fifo aud.fifo > /dev/null

Then i multiplex them together:

mplex -f 8 -S 4400 ${proj}.m2v ${proj}.ac3 -o ${proj}.vob

The sizes are way below 4400MB:

-rw-rw-r-- 1 florin media 279645696 Oct 20 17:44 x.ac3
-rw-rw-r-- 1 florin media 2914039290 Oct 20 17:44 x.m2v
-rw-rw-r-- 1 florin media 3267536896 Oct 20 18:00 x.vob

However, mplex bails out very close to the end:

   INFO: [mplex] STREAM bd completed @ frame 182059.
**ERROR: [mplex] Need to split output but there appears to be no %d in
the filename pattern x.vob

The VOB file is mostly ok, i think it's actually complete; or if
anything is missing, then it cannot be more than a frame or two. But the
error shouldn't happen anyway.

In any case, the problem occurs with only one DVD. Other disks that i
tried are fine. The weird thing is, that DVD is otherwise Ok, it can be
played anywhere.

Clue, anyone?

-- 
Florin Andrei

http://florin.myip.org/



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to