<?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>sujet &amp;gt;&amp;gt;&amp;gt;Looks like the only one dans Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949318#M18464</link>
    <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;Looks like the only one CPU core is running: UPU usage is 50-60% always&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;

&lt;P&gt;Can you check with Process Explorer how many threads were created?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2014 10:28:58 GMT</pubDate>
    <dc:creator>Bernard</dc:creator>
    <dc:date>2014-04-29T10:28:58Z</dc:date>
    <item>
      <title>IPP 8.1 H264 performance</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949313#M18459</link>
      <description>Hi,
I downloaded 30-days evaluation version of IPP 8 and compiled video-encoder: umc_video_enc_con.
Encoding speed for h264 looks too slow, compare to mpeg2:
mpeg2 - 200 fps, mpeg4 - 130 fps, vc1 - 40 fps, h264 - 30 fps

QUESTION: Is it a limitation of demo-version, bug or feature?

Below is output screen of console application:

umc_video_enc_con.exe d:encoder.cfg -c h264 -t 2 -r 720 480 -b 1800000 -i ice_720x480.yv12 -o ipp.h264
Intel(R) IPP:
  ippCore 8.0.0 (r40040) May 22 2013
  ippSP SSE4.1/4.2 (p8)+ 8.0.0 (r40040) May 22 2013
  ippIP SSE4.1/4.2 (p8)+ 8.0.0 (r40040) May 22 2013
  ippVC SSE4.1/4.2 (p8)+ 8.0.0 (r40040) May 22 2013
  ippCV SSE4.1/4.2 (p8)+ 8.0.0 (r40040) May 22 2013
  ippCC SSE4.1/4.2 (p8)+ 8.0.0 (r40040) May 22 2013

Input file name: ice_720x480.yv12
Output file name: ipp.h264

Input data: YUV420 (8,8,8) PROG. 720x480 (1:1)
Output stream: H264 YUV420 (8,8,8) PROG. 720x480 (1:1) 30.00fps 1800000bps P100 L30

Progress: 100.00%; Frames: 2013; FPS: 34.13

Statistic (2013 frames):
  Overall:  68.53 sec; 29.37 fps
  Encoding: 67.65 sec; 29.76 fps
  Conversion: 0.17 sec; 11821.75 fps

  Encoded size: 15207050 bytes
  Compression ratio: 68.62
  Encoded/expected: 1.01</description>
      <pubDate>Mon, 17 Mar 2014 12:07:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949313#M18459</guid>
      <dc:creator>Ivan_K_</dc:creator>
      <dc:date>2014-03-17T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Hello,  This is an expected</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949314#M18460</link>
      <description>&lt;P style="margin-left:36.0pt;"&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hello, &amp;nbsp;This is an expected behavior for h264 encoder.&amp;nbsp;There are no limitation for evaluation version compare with commercial one.&amp;nbsp;Please pay attention to this article describing legacy policy for this example follow the link: &lt;A href="http://software.intel.com/en-us/forums/topic/401253" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/401253&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-left:36.0pt;"&gt;thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 17:10:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949314#M18460</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-03-17T17:10:01Z</dc:date>
    </item>
    <item>
      <title>Hi Ivan,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949315#M18461</link>
      <description>&lt;P&gt;Hi Ivan,&lt;/P&gt;

&lt;P&gt;Another point is, that H.264 codec in UIC is parallelized with OpenMP. Could you try to build it multi-threaded? For that you need to enable OpenMP in h64_enc project.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 04:09:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949315#M18461</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-03-18T04:09:45Z</dc:date>
    </item>
    <item>
      <title>Yes, I recompiled whole</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949316#M18462</link>
      <description>Yes, I recompiled whole sources with "USE_OPENMP" (this need to add libiompstubs5md.lib)
Encoding speed is the same 8-(
I tried with different command-line options: -t, &amp;nbsp;--ipp_cpu, --ipp_threads
Looks like the only one CPU core is running: UPU usage is 50-60% always

Thanks</description>
      <pubDate>Thu, 24 Apr 2014 15:37:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949316#M18462</guid>
      <dc:creator>Ivan_K_</dc:creator>
      <dc:date>2014-04-24T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Hi, Ivan!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949317#M18463</link>
      <description>&lt;P&gt;Hi, Ivan!&lt;/P&gt;

&lt;P&gt;You are not the first developer who has problem with H264 encoding via UIC.&lt;/P&gt;

&lt;P&gt;As it was said previously UIC - deprecated.&lt;/P&gt;

&lt;P&gt;But I noticed inside this forum at least one success implementation&amp;nbsp;of H264 encoding via Intel Media SDK.&lt;/P&gt;

&lt;P&gt;Media SDK is free of charge now and it has full support of intel.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 08:09:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949317#M18463</guid>
      <dc:creator>Roman_T_</dc:creator>
      <dc:date>2014-04-25T08:09:29Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;Looks like the only one</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949318#M18464</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;Looks like the only one CPU core is running: UPU usage is 50-60% always&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;

&lt;P&gt;Can you check with Process Explorer how many threads were created?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2014 10:28:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-8-1-H264-performance/m-p/949318#M18464</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-04-29T10:28:58Z</dc:date>
    </item>
  </channel>
</rss>

