<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><blockquote type="cite">If your input stream is H.264 video only (i.e., with no audio), then<br>another solution would be to write your own "MediaSink" subclass<br>(perhaps similar to the existing "H264VideoFileSink" class) that<br>writes a sequence of raw (i.e., elementary stream) H.264 video files.<br> You should be able to easily ensure that each output file begins with<br>a 'key frame'.  You could then, concurrently, process each of these<br>output raw H.264 video files into '.mov'/'.mp4' files to feed into<br>your Microsoft whatever (or just feed the raw H.264 files into your<br>Microsoft whatever, if it can handle those).<br></blockquote><br>Much much better, it looks a lot more fluid now..<br>The trouble I have now is the play speed. It's as if there was no clock leading the speed of playback and my 30 seconds of video goes as fast as it can.<br></blockquote><div><br></div></div>Try keeping track of SPS and PPS NAL units, and insert one of each at the start of each output file (i.e., each of your 30-second segments).  That will probably give your conversion/editing software the timing information it needs.<br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>