<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: video editing with gopchop</title>
	<atom:link href="http://www.outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/</link>
	<description>code is freedom -- patching my itch</description>
	<pubDate>Tue, 06 Jan 2009 10:01:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ted Gould</title>
		<link>http://www.outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/#comment-21</link>
		<dc:creator>Ted Gould</dc:creator>
		<pubDate>Fri, 29 Apr 2005 18:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/#comment-21</guid>
		<description>It, ofcourse, depends on your MPEG stream.  There are MPEG streams that do not contain sequence or GOP headers, nor I frames.  None of those are required in an MPEG 2 stream.

The idea of a GOP is really more an MPEG 1 structure, that is supported in MPEG 2.  But, for the most part, they aren't used as much in MPEG 2.</description>
		<content:encoded><![CDATA[<p>It, ofcourse, depends on your MPEG stream.  There are MPEG streams that do not contain sequence or GOP headers, nor I frames.  None of those are required in an MPEG 2 stream.</p>
<p>The idea of a GOP is really more an MPEG 1 structure, that is supported in MPEG 2.  But, for the most part, they aren&#8217;t used as much in MPEG 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/#comment-20</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Fri, 29 Apr 2005 00:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/#comment-20</guid>
		<description>Yes, this is possible, also, and is just as "correct".  With gop chop you may not be continuing on to the next GOP, so it's just as wasteful, unfortunately.  There are also unusual streams that have LONG chains of B/P frames.  :)</description>
		<content:encoded><![CDATA[<p>Yes, this is possible, also, and is just as &#8220;correct&#8221;.  With gop chop you may not be continuing on to the next GOP, so it&#8217;s just as wasteful, unfortunately.  There are also unusual streams that have LONG chains of B/P frames.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Gould</title>
		<link>http://www.outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/#comment-19</link>
		<dc:creator>Ted Gould</dc:creator>
		<pubDate>Thu, 28 Apr 2005 20:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2005/04/28/video-editing-with-gopchop/#comment-19</guid>
		<description>Well, you shouldn't have to put in an end of sequence or an end of GOP header at all.  You should just have to send the next picture header.  I'm not sure how libmpeg2 works, but MPEG, in general, only saves two pictures behind -- which are the last two anchor frames.  But, one of those should be displayed, so only one hasn't been.  

Depending on your software encode, I'm guessing the first picture of your next GOP would be an anchor frame.  So, when seeing that, the MPEG decoder should pop out the undisplayed anchor frame for presentation.

Hope that works, e-mail if you have questions.</description>
		<content:encoded><![CDATA[<p>Well, you shouldn&#8217;t have to put in an end of sequence or an end of GOP header at all.  You should just have to send the next picture header.  I&#8217;m not sure how libmpeg2 works, but MPEG, in general, only saves two pictures behind &#8212; which are the last two anchor frames.  But, one of those should be displayed, so only one hasn&#8217;t been.  </p>
<p>Depending on your software encode, I&#8217;m guessing the first picture of your next GOP would be an anchor frame.  So, when seeing that, the MPEG decoder should pop out the undisplayed anchor frame for presentation.</p>
<p>Hope that works, e-mail if you have questions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
