<?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 UMC frame seeking h264 or mpeg in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912659#M14417</link>
    <description>Hello - I currently have this method of seeking but it seems to be wrong because when the data is set in the code below and that data is on a pb frame it will sit in loop until getframe returns zero(next i frame). Is there a way to run the decoder backwards to seek to previous iframe? Also how can I tell which frame that is in reference of time? I've noticed when the decoder starts up no matter where pts will start a 0.0.&lt;BR /&gt;&lt;BR /&gt;Here is code of my seeking so far&lt;BR /&gt;//Re-initialize media data&lt;BR /&gt;m_InCmprMediaData.SetBufferPointer(m_pFileBuff, m_unFileBuffSize);			m_InCmprMediaData.SetDataSize(m_unFileBuffSize);&lt;BR /&gt;&lt;BR /&gt;//Seek frame to&lt;BR /&gt;m_pSplitter-&amp;gt;SetTimePosition(0.0);&lt;BR /&gt;m_pSplitter-&amp;gt;SetTimePosition(m_dSeekToSec);&lt;BR /&gt;nSize = m_pDataReader-&amp;gt;GetPosition();&lt;BR /&gt;m_InCmprMediaData.MoveDataPointer(static_cast&lt;IPP32S&gt;(nSize));&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no idea what to do to make this better, this thing jumps in huge increments time. So what that means is if i click 10:59 in the video it will jump at like 11:05 or 11:10. I think its that pb frame situation that i explained up there.&lt;BR /&gt;&lt;BR /&gt;Anyone from intel have insight (because we were directed to this forum even though having a ipp license)... or has anyone else have umc could give me some help.&lt;BR /&gt;&lt;BR /&gt;If your going to direct me to the search bar - direct me to a the link of the forum post instead(because I already searched keywords on this about a month ago and got nothing).&lt;/IPP32S&gt;</description>
    <pubDate>Wed, 13 Jan 2010 14:42:12 GMT</pubDate>
    <dc:creator>shinjite</dc:creator>
    <dc:date>2010-01-13T14:42:12Z</dc:date>
    <item>
      <title>UMC frame seeking h264 or mpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912659#M14417</link>
      <description>Hello - I currently have this method of seeking but it seems to be wrong because when the data is set in the code below and that data is on a pb frame it will sit in loop until getframe returns zero(next i frame). Is there a way to run the decoder backwards to seek to previous iframe? Also how can I tell which frame that is in reference of time? I've noticed when the decoder starts up no matter where pts will start a 0.0.&lt;BR /&gt;&lt;BR /&gt;Here is code of my seeking so far&lt;BR /&gt;//Re-initialize media data&lt;BR /&gt;m_InCmprMediaData.SetBufferPointer(m_pFileBuff, m_unFileBuffSize);			m_InCmprMediaData.SetDataSize(m_unFileBuffSize);&lt;BR /&gt;&lt;BR /&gt;//Seek frame to&lt;BR /&gt;m_pSplitter-&amp;gt;SetTimePosition(0.0);&lt;BR /&gt;m_pSplitter-&amp;gt;SetTimePosition(m_dSeekToSec);&lt;BR /&gt;nSize = m_pDataReader-&amp;gt;GetPosition();&lt;BR /&gt;m_InCmprMediaData.MoveDataPointer(static_cast&lt;IPP32S&gt;(nSize));&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no idea what to do to make this better, this thing jumps in huge increments time. So what that means is if i click 10:59 in the video it will jump at like 11:05 or 11:10. I think its that pb frame situation that i explained up there.&lt;BR /&gt;&lt;BR /&gt;Anyone from intel have insight (because we were directed to this forum even though having a ipp license)... or has anyone else have umc could give me some help.&lt;BR /&gt;&lt;BR /&gt;If your going to direct me to the search bar - direct me to a the link of the forum post instead(because I already searched keywords on this about a month ago and got nothing).&lt;/IPP32S&gt;</description>
      <pubDate>Wed, 13 Jan 2010 14:42:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912659#M14417</guid>
      <dc:creator>shinjite</dc:creator>
      <dc:date>2010-01-13T14:42:12Z</dc:date>
    </item>
    <item>
      <title>UMC frame seeking h264 or mpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912660#M14418</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;When you call m_pSplitter-&amp;gt;SetTimePosition(time) the splitter moves tothe nearest I frame previous to the time you specified. This is done because decoder can start decoding from I frame only. If you want to get a frame with the timestamp exactly you specified, you should just skip frames after decoder before rendering.&lt;/P&gt;
&lt;P&gt;-Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2010 13:18:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912660#M14418</guid>
      <dc:creator>Sergey_O_Intel1</dc:creator>
      <dc:date>2010-01-18T13:18:09Z</dc:date>
    </item>
    <item>
      <title>UMC frame seeking h264 or mpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912661#M14419</link>
      <description>&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;So,&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;In otherwords what I'm doing (using the decoder itself to decode frames - I should use the splitter instead?). Because as you can see I'm adjusting the compressed media data by the data pos in the splitter. Then to skip frames after decoder... I just keep decoding until PTS value of the frame is the time pos I asked for?&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Is it possible to see a small snippet like pastebin.com to me? So I have a bigger idea(it can be psuedo to if it makes it easier).&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=441505" class="basic" href="https://community.intel.com/en-us/profile/441505/"&gt;Sergey Osipov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;
&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;When you call m_pSplitter-&amp;gt;SetTimePosition(time) the splitter moves tothe nearest I frame previous to the time you specified. This is done because decoder can start decoding from I frame only. If you want to get a frame with the timestamp exactly you specified, you should just skip frames after decoder before rendering.&lt;/P&gt;
&lt;P&gt;-Sergey&lt;/P&gt;
&lt;/I&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jan 2010 14:50:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912661#M14419</guid>
      <dc:creator>shinjite</dc:creator>
      <dc:date>2010-01-19T14:50:51Z</dc:date>
    </item>
    <item>
      <title>UMC frame seeking h264 or mpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912662#M14420</link>
      <description>&lt;P&gt;Really I don't quite understand what you're doing.&lt;/P&gt;
&lt;P&gt;You should use Splitter to get an encoded frame from the stream (it has already DataReader inside), then you should pass this frame to Decoder (because it works by frames) and then you should pass decoded frame to the Renderer. For reposition you should first use Solitter methods as I said above. You may study umc samples to understan how it works.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:52:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-frame-seeking-h264-or-mpeg/m-p/912662#M14420</guid>
      <dc:creator>Sergey_O_Intel1</dc:creator>
      <dc:date>2010-01-20T10:52:43Z</dc:date>
    </item>
  </channel>
</rss>

