<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am working right now on a buffer system to split 
an mpeg2 video stream into frame and header packets.  The system should be 
reusable in other tools to packetize the mpeg2 video for placement in 
Matroska.  When I finish this code, I will write a LemAPI plugin to play 
with.  I would also make an mkvmerge packetizer but Mosu's API scares me 
;)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>We discussed the technical points of placing mpeg2 
in matroska and I think the best way would be to put the sequence header in the 
CodecPrivate and then put the GOP headers with the I frame of the GOP.  As 
far as other features, they can be added but this is basically a reader for 
mpeg2, the rest will not be part of this code.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>John</FONT></DIV></BODY></HTML>