Log in

View Full Version : Editing MPEG-2 sequence end code


Afrinux
10th January 2006, 05:48
Hi all!
I have one question about MPEG-2 sequence end code.
Here is my problem:
I have made a DVD with one title and 99 scenes. 1 scene = 1 cell = 1 VOB.
I want to make the transition between the cells seamless. (every VOB has a sequence end code.) . Making the cell seamless and having a stc reset is against the rules of the book, when the vob has a sequence end code.
Since I cant re-encode the streams, I thought if I take out the sequence end code, the problem will be solved.
So my question is: if i take out the sequence end code 0x00 ...0xb7( for example replacing 0xb7 by 0x00), will my DVD function properly?
Thanks in advance.
Afrinux

mpucoder
10th January 2006, 05:59
Authoring programs like Scenarist, Maestro, and MuxMan remove the sequence end header by just that method (zeroing the 3rd and 4th byte) when making a seamless joint.
You can also use ReStream to remove them.

Afrinux
10th January 2006, 07:19
Authoring programs like Scenarist, Maestro, and MuxMan remove the sequence end header by just that method (zeroing the 3rd and 4th byte) when making a seamless joint.
You can also use ReStream to remove them.
Thank you very much mpucoder, you are the best.
I will see what ReStream can do.
Thanks again
Afrinux