<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get frame type information from encoder? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888555#M11115</link>
    <description>&lt;P&gt;Hi Tilman,&lt;/P&gt;
&lt;P&gt;sorry, it was my mistake. Our expert meant the current code base, not IPP 5.2 beta. That's correct, in IPP 5.2 beta there were no support for frame type information in MediaData. This will be added into the next release of IPP media sample. So, for IPP 5.1 and IPP 5.2 beta you need to parse bitstream to detect frame type.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2007 06:55:56 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-01-29T06:55:56Z</dc:date>
    <item>
      <title>How to get frame type information from encoder?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888552#M11112</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I'm using MPEG2/MPEG4/H264 encoders and was wondering if there is a way to determine what type an encoded frame is. Right now, GetFrame( in, out ) will return me an opaque MediaSample, but doesn't tell me if it is a P/I/B frame. Specifically, I would like to know if it is a start of a gop or more generally a frame that allows immediate correct playing when read. &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Tilman. &lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 04:46:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888552#M11112</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-01-19T04:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get frame type information from encoder?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888553#M11113</link>
      <description>&lt;P&gt;Hi Tilman,&lt;/P&gt;
&lt;P&gt;there is answer from our experts:&lt;BR /&gt;&lt;FONT color="#000080" size="2"&gt;We have m_FrameType in MediaData class, and SetFrameType/GetFrameType methods. MPEG2 and MPEG4 encoders set it. Other dont. It is not a problem to scan output data for start codes and picture type.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2007 07:54:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888553#M11113</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-01-20T07:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get frame type information from encoder?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888554#M11114</link>
      <description>Hi Vladimir, &lt;BR /&gt;&lt;BR /&gt;I've looked at the definitions of UMC::MediaData and it is quite abstract and does not contain any information of the type of frame. UMC::VideoData on the other hand has the m_FrameType member. In my code, I assemble a UMC_VideoData block with a full YUV picture in it, then pass it down to the encoder by calling &lt;BR /&gt;&lt;BR /&gt;encoder.GetFrame( my_vid_data_in, media_data_out )&lt;BR /&gt;&lt;BR /&gt;This returns a media data which I would like to understand what it is. However parsing the block and looking for a start code in the bitstream seems somewhat cumbersome, since the encoder just created that bitstream and therefore the information is there. &lt;BR /&gt;&lt;BR /&gt;Would it make sense to have a provision in the encoder that (maybe even polymorphically) allows me to get to the frame type? &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Tilman. &lt;BR /&gt;&lt;BR /&gt;p.s. I'm using 5.1, but checked in 5.2 and that doesn't seem to have changed there. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 11:30:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888554#M11114</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-01-23T11:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get frame type information from encoder?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888555#M11115</link>
      <description>&lt;P&gt;Hi Tilman,&lt;/P&gt;
&lt;P&gt;sorry, it was my mistake. Our expert meant the current code base, not IPP 5.2 beta. That's correct, in IPP 5.2 beta there were no support for frame type information in MediaData. This will be added into the next release of IPP media sample. So, for IPP 5.1 and IPP 5.2 beta you need to parse bitstream to detect frame type.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2007 06:55:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-get-frame-type-information-from-encoder/m-p/888555#M11115</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-01-29T06:55:56Z</dc:date>
    </item>
  </channel>
</rss>

