> Hi,
> 
> after some more digging around i just found, that it is in fact a layer
> break on the original dvd which is after chapter 14. Still I do not know
> how
> to get rid of this split in the ripped mpeg stream.
> 
> Any clue, anybody?

Hi,

after even more digging into the mpeg2-specs (ITU-T H.262 found at
http://ecs.itu.ch/cgi-bin/dms-ebookshop) i solved my problem by removing *2*
consecutive "sequence_end_code"s in the mpeg es. So a hexedit search for
"000001B7" in the es gave:

007F787EE0 : 00 00 01 24 22 B0 10 14-B0 00 00 00 00 00 01 B7
007F787EF0 : 00 00 01 B7 00 00 01 B3-2D 02 40 33 17 ED 23 82

which i simply changed to:

007F787EE0 : 00 00 01 24 22 B0 10 14-B0 00 00 00 00 00 00 00
007F787EF0 : 00 00 00 00 00 00 01 B3-2D 02 40 33 17 ED 23 82

As I just started backing up my dvd collection i dont know if these
end_codes are common at a layer break, but in this case they broke the
tccat-tcextract-tcrequant-mplex toolchain.

After reading the mpeg specs i was also looking for a ethereal/ifoedit-like
tool parsing a mpeg2 file and showing *everything* which is inside, but i
had no luck. Anyone knows such a tool?

Greetings
Bernd

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to