<?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 Interoperability issues between IPP and x264 encoded frames in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Interoperability-issues-between-IPP-and-x264-encoded-frames/m-p/779869#M1498</link>
    <description>Hi Sasishiju,&lt;BR /&gt;&lt;BR /&gt;A straightthought is that the stream produced by the two encoders are incompatiablity, like fromIPP h.264 decoder readme. it is only suppport JM9.2 compliant encoder. &lt;BR /&gt;&lt;BR /&gt;&lt;H2&gt;&lt;A name="IPP_SAMPLES__Known_Limitations"&gt;&lt;/A&gt;Known Limitations &lt;/H2&gt;&lt;UL type="disc" style="margin-top: 0in;"&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN class="grame"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;supports decoding of files created by JM9.2 &lt;SPAN class="spelle"&gt;compliant &lt;/SPAN&gt;encoders or latest. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN class="grame"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;supports baseline, main, extended and high profiles features. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN class="grame"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;can crash on some streams which have got errors or missed/redundant data. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;doesnt support multi-threading for streams with slice groups. &lt;BR /&gt;&lt;BR /&gt;But as i know, there aresome userswho use x264 and IPP to&lt;STRONG&gt;&lt;/STRONG&gt;cross-validate, so itwas supposed be workable incommon case. Could youattach one piece of your raw YUV file,IPPand x264video file sowe can see thedetials?&lt;BR /&gt;&lt;BR /&gt;twoh.264parameter configure sample (forspeed and for quality)are in &lt;TABLE class="widefat"&gt;&lt;TBODY&gt;&lt;TR class="alternate"&gt;&lt;TD class="tdtext"&gt;&lt;A href="http://software.intel.com/en-us/articles/setting-h264-encoding-parameters-in-intel-ipp-media-processing-samples/"&gt;&lt;B&gt;Setting H.264 encoding parameters in Intel IPP media processing samples&lt;/B&gt;&lt;/A&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 04 Aug 2011 07:51:40 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2011-08-04T07:51:40Z</dc:date>
    <item>
      <title>Interoperability issues between IPP and x264 encoded frames</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Interoperability-issues-between-IPP-and-x264-encoded-frames/m-p/779867#M1496</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have developed a Windows H.264 encoder/decoder application using Intel IPP. The counterpart was developed in Mac using x264. But the frames when exchanged between Mac and Windows apps, the decoding between them didnt work at either end. x264 encoded frames were decoded fine using x264 itself. IPP encoded frames were decoded fine with IPP itself. But interoperability is not met. Please let me know what could have gone wrong?&lt;BR /&gt;&lt;BR /&gt;In our evaluation between x264 and IPP, we could observe that the encoded frame size for a 352*288 resolution with default parameter settings is 10 times space efficient for x264. I feel that I am not using the right set of encoding parameters. Could you please guide on this to make our evaluation proper?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2011 13:21:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Interoperability-issues-between-IPP-and-x264-encoded-frames/m-p/779867#M1496</guid>
      <dc:creator>sasishiju</dc:creator>
      <dc:date>2011-08-01T13:21:37Z</dc:date>
    </item>
    <item>
      <title>Interoperability issues between IPP and x264 encoded frames</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Interoperability-issues-between-IPP-and-x264-encoded-frames/m-p/779868#M1497</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1312349509629="53" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=525122" href="https://community.intel.com/en-us/profile/525122/" class="basic"&gt;sasishiju&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have developed a Windows H.264 encoder/decoder application using Intel IPP. The counterpart was developed in Mac using x264. But the frames when exchanged between Mac and Windows apps, the decoding between them didnt work at either end. x264 encoded frames were decoded fine using x264 itself. IPP encoded frames were decoded fine with IPP itself. But interoperability is not met. Please let me know what could have gone wrong?&lt;BR /&gt;&lt;BR /&gt;In our evaluation between x264 and IPP, we could observe that the encoded frame size for a 352*288 resolution with default parameter settings is 10 times space efficient for x264. I feel that I am not using the right set of encoding parameters. Could you please guide on this to make our evaluation proper?&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;Request you to share some information on this at your earliest convenience. We are kind of blocked on this.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 05:35:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Interoperability-issues-between-IPP-and-x264-encoded-frames/m-p/779868#M1497</guid>
      <dc:creator>sasishiju</dc:creator>
      <dc:date>2011-08-03T05:35:30Z</dc:date>
    </item>
    <item>
      <title>Interoperability issues between IPP and x264 encoded frames</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Interoperability-issues-between-IPP-and-x264-encoded-frames/m-p/779869#M1498</link>
      <description>Hi Sasishiju,&lt;BR /&gt;&lt;BR /&gt;A straightthought is that the stream produced by the two encoders are incompatiablity, like fromIPP h.264 decoder readme. it is only suppport JM9.2 compliant encoder. &lt;BR /&gt;&lt;BR /&gt;&lt;H2&gt;&lt;A name="IPP_SAMPLES__Known_Limitations"&gt;&lt;/A&gt;Known Limitations &lt;/H2&gt;&lt;UL type="disc" style="margin-top: 0in;"&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN class="grame"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;supports decoding of files created by JM9.2 &lt;SPAN class="spelle"&gt;compliant &lt;/SPAN&gt;encoders or latest. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN class="grame"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;supports baseline, main, extended and high profiles features. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN class="grame"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;can crash on some streams which have got errors or missed/redundant data. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;&lt;SPAN class="GramE"&gt;&lt;SPAN lang="EN-US"&gt;decoder &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;doesnt support multi-threading for streams with slice groups. &lt;BR /&gt;&lt;BR /&gt;But as i know, there aresome userswho use x264 and IPP to&lt;STRONG&gt;&lt;/STRONG&gt;cross-validate, so itwas supposed be workable incommon case. Could youattach one piece of your raw YUV file,IPPand x264video file sowe can see thedetials?&lt;BR /&gt;&lt;BR /&gt;twoh.264parameter configure sample (forspeed and for quality)are in &lt;TABLE class="widefat"&gt;&lt;TBODY&gt;&lt;TR class="alternate"&gt;&lt;TD class="tdtext"&gt;&lt;A href="http://software.intel.com/en-us/articles/setting-h264-encoding-parameters-in-intel-ipp-media-processing-samples/"&gt;&lt;B&gt;Setting H.264 encoding parameters in Intel IPP media processing samples&lt;/B&gt;&lt;/A&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 04 Aug 2011 07:51:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Interoperability-issues-between-IPP-and-x264-encoded-frames/m-p/779869#M1498</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-08-04T07:51:40Z</dc:date>
    </item>
  </channel>
</rss>

