<?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: H264 Video Encoder Ignores Profile Selection in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901880#M12901</link>
    <description>&lt;BR /&gt;Hello Ying,&lt;BR /&gt;&lt;BR /&gt;I'm changing the parameters by code through "UMC::H264EncoderParams" but still no change.&lt;BR /&gt;Is this possible that the encoder changes the parameters according to the other parameters (frame sizebitrate...)?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Motola&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Aug 2009 06:26:51 GMT</pubDate>
    <dc:creator>motola212</dc:creator>
    <dc:date>2009-08-12T06:26:51Z</dc:date>
    <item>
      <title>H264 Video Encoder Ignores Profile Selection</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901878#M12899</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;I'm trying to instantiate the h264 IPP video encoder with the following paramters:&lt;BR /&gt;&lt;BR /&gt;Width = 800&lt;BR /&gt;Height = 600&lt;BR /&gt;FPS = 30&lt;BR /&gt;I frame interval = 2&lt;BR /&gt;P frame interval = 1&lt;BR /&gt;B frame interval = 0&lt;BR /&gt;Bitrate = 10Mbps&lt;BR /&gt;Profile = Main&lt;BR /&gt;Level IDC = 3.1&lt;BR /&gt;&lt;BR /&gt;But the encoder always uses "High Profile".&lt;BR /&gt;Our indication is from the SPS and PPS and from the binary compressed frame (Profile = 0x64).&lt;BR /&gt;Why is this?&lt;BR /&gt;&lt;BR /&gt;motola</description>
      <pubDate>Thu, 06 Aug 2009 07:46:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901878#M12899</guid>
      <dc:creator>motola212</dc:creator>
      <dc:date>2009-08-06T07:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: H264 Video Encoder Ignores Profile Selection</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901879#M12900</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/438266"&gt;motola212&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;I'm trying to instantiate the h264 IPP video encoder with the following paramters:&lt;BR /&gt;&lt;BR /&gt;Width = 800&lt;BR /&gt;Height = 600&lt;BR /&gt;FPS = 30&lt;BR /&gt;I frame interval = 2&lt;BR /&gt;P frame interval = 1&lt;BR /&gt;B frame interval = 0&lt;BR /&gt;Bitrate = 10Mbps&lt;BR /&gt;Profile = Main&lt;BR /&gt;Level IDC = 3.1&lt;BR /&gt;&lt;BR /&gt;But the encoder always uses "High Profile".&lt;BR /&gt;Our indication is from the SPS and PPS and from the binary compressed frame (Profile = 0x64).&lt;BR /&gt;Why is this?&lt;BR /&gt;&lt;BR /&gt;motola&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello Motola, &lt;BR /&gt;&lt;BR /&gt;You may try to use the H264.par file as encoder's parameter. &lt;BR /&gt;&lt;BR /&gt;at line 7&lt;BR /&gt;&lt;BR /&gt;100 0 /* profile_idc (77-main, 100-high); level_idc (set 0 for automatic select&lt;BR /&gt;&lt;BR /&gt;Please change the 100 to 77.&lt;BR /&gt;&lt;BR /&gt;Here isone KB for your reference: &lt;A href="http://software.intel.com/en-us/articles/setting-h264-encoding-parameters-in-intel-ipp-media-processing-samples/"&gt;&lt;STRONG&gt;Setting H.264 encoding parameters in Intel IPP media processing samples&lt;/STRONG&gt;&lt;/A&gt; &lt;A href="http://software.intel.com/en-us/articles/setting-h264-encoding-parameters-in-intel-ipp-media-processing-samples/feed/" target="_blank"&gt;&lt;IMG src="http://software.intel.com/media/images/small_icons/rss.png" border="0" alt="" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Mon, 10 Aug 2009 09:31:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901879#M12900</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-08-10T09:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: H264 Video Encoder Ignores Profile Selection</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901880#M12901</link>
      <description>&lt;BR /&gt;Hello Ying,&lt;BR /&gt;&lt;BR /&gt;I'm changing the parameters by code through "UMC::H264EncoderParams" but still no change.&lt;BR /&gt;Is this possible that the encoder changes the parameters according to the other parameters (frame sizebitrate...)?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Motola&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2009 06:26:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901880#M12901</guid>
      <dc:creator>motola212</dc:creator>
      <dc:date>2009-08-12T06:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: H264 Video Encoder Ignores Profile Selection</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901881#M12902</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello Motala, &lt;BR /&gt;&lt;BR /&gt;The H.264 encoderparamenter take"Highprofile" by default (and corresponding defaultparameter as H264.par). If youset the parameters bycode,you may need changeother default parameters with the profile_idc together.&lt;BR /&gt;For example, try&lt;BR /&gt; Params.profile_idc= UMC::H264_MAIN_PROFILE;&lt;BR /&gt; Params.transform_8x8_mode_flag=0;&lt;BR /&gt;&lt;BR /&gt;All my Best, &lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2009 08:09:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/H264-Video-Encoder-Ignores-Profile-Selection/m-p/901881#M12902</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-08-12T08:09:44Z</dc:date>
    </item>
  </channel>
</rss>

