<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
Great! Thanks. I've got the latest version now.<br>
<br>
There isn't perhaps a way of forcing the encoder to make the next frame
an intraframe (keyframe)? This would be a very useful feature where the
encoded video is played back in real time. When a frame is lost or if
there are errors on the data channel, the receiver can ask that the
next frame be made a keyframe so as to regain synchronisation with the
stream.<br>
<br>
Thanks again for the hint of the new version!<br>
<br>
Regards,<br>
Eduard<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:j@thing.net">j@thing.net</a> wrote:
<blockquote cite="mid1096541459.30863.12.camel@x30.reboot.fm"
 type="cite">
  <pre wrap="">if you update libtheora to the latest version from svn
<a class="moz-txt-link-freetext" href="http://svn.xiph.org/trunk/theora">http://svn.xiph.org/trunk/theora</a> 

you get a new function in the api:

int theora_packet_iskeyframe(ogg_packet *op);

j

On Thu, 2004-09-30 at 11:54 +0200, Eduard Kriegler wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi

For my application I need to *know* when a frame was encoded to be an 
intraframe (or keyframe or a frame that is independent of previous frames).

In Chapter 7 of the Theora I Specification document it is said that 
there is a "FTYPE" parameter in the frame header which will indicate 
whether the frame is a inter or intraframe. What I would like to know is 
whether this frame header is indeed the first bits of the data placed in 
the ogg_packet by the theora_encode_packetout() function?

Thanks,
Eduard Kriegler
_______________________________________________
Theora mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Theora@xiph.org">Theora@xiph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/theora">http://lists.xiph.org/mailman/listinfo/theora</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Theora mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Theora@xiph.org">Theora@xiph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/theora">http://lists.xiph.org/mailman/listinfo/theora</a>

  </pre>
</blockquote>
</body>
</html>