<?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 Why VC-1 encoding so slow(comparing to H264 encoding)? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887258#M10985</link>
    <description>I tried setting the MESearchSpeed to max 127, the speed is better but still far from H264. Anyelse I can tune to get better?&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Feb 2010 03:43:58 GMT</pubDate>
    <dc:creator>yaopeter</dc:creator>
    <dc:date>2010-02-24T03:43:58Z</dc:date>
    <item>
      <title>Why VC-1 encoding so slow(comparing to H264 encoding)?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887252#M10979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I use the latest Linux version ipp sample, the VC-1 encoding speed is too slow: 8.3fps under 720*576. But the same umc_video_enc_con program doing H264 encoding at 50 fps. Hardware is same(a double Quad-core Xeon). I tried different setting but did not make any difference. And I noticed that during encoding the CPU was near full. Anything wrong? How to improve?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2010 07:38:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887252#M10979</guid>
      <dc:creator>yaopeter</dc:creator>
      <dc:date>2010-02-21T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Why VC-1 encoding so slow(comparing to H264 encoding)?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887253#M10980</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;
&lt;P&gt;What is your exact command when you run the VC-1 and H264 encoder?&lt;/P&gt;
&lt;P&gt;As your hardware isdouble 4-core xeon, I doubt the threading is on in H.264 encoder, where VC-1 is not threaded, so you see the big difference on fps.&lt;/P&gt;
&lt;P&gt;If you are running umc_video_enc_con, you may set-t 1- number of threads for encoding or export OMP_THREADS_NUM=1 and see if any changeifboth encoderrun in serial.(same starting line :)). &lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2010 08:40:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887253#M10980</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2010-02-22T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Why VC-1 encoding so slow(comparing to H264 encoding)?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887254#M10981</link>
      <description>&lt;P&gt;Ying,&lt;/P&gt;
&lt;P&gt;The command line is:&lt;/P&gt;
&lt;P&gt;LD_LIBRARY_PATH=/opt/intel/ipp/6.1.2.051/ia32/sharedlib ./umc_video_enc_con vc1 -t 8 vc1.par /tmp/a.vc1&lt;/P&gt;
&lt;P&gt;The problem is, the speed does not change between "-t 1" and "-t 8". From 'top' command, I can see that almost all CPU cores are busy during encoding even when "-t 1" (722% cpu):&lt;/P&gt;
&lt;P&gt;PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND&lt;/P&gt;
&lt;P&gt;11138 peter 20 0 67748 15m 4156 R 722 0.5 0:40.27 umc_video_enc_c&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you please help to use the umc_video_enc_con to do a comparation of H264 and VC1 encoding under linux?&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2010 10:22:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887254#M10981</guid>
      <dc:creator>yaopeter</dc:creator>
      <dc:date>2010-02-22T10:22:38Z</dc:date>
    </item>
    <item>
      <title>Why VC-1 encoding so slow(comparing to H264 encoding)?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887255#M10982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is an interesting issue, the performance of the VC1 encoder (UMC implementation) seems to be quite lengthy, while the H.264 (UMC implementation) produces much more efficient results.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Basically, VC1 encoding algorithm complexity is expected to be similar to H.264 complexity.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is not about the Linux version of ipp, the same experience appears on windows as well.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here is another thread with similar extended discussion &lt;B&gt;Problem in varying bit rate in Simple player (&lt;A href="https://community.intel.com/showthread.php?t=71023"&gt;http://software.intel.com/en-us/forums/showthread.php?t=71023&lt;/A&gt;)&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tamer&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2010 12:04:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887255#M10982</guid>
      <dc:creator>Tamer_Assad</dc:creator>
      <dc:date>2010-02-22T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Why VC-1 encoding so slow(comparing to H264 encoding)?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887256#M10983</link>
      <description>&lt;P&gt;Looks like the VC-1 encoder has fundametal problems like performance and bitrate control. Any update on this, Intel experts?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2010 10:41:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887256#M10983</guid>
      <dc:creator>yaopeter</dc:creator>
      <dc:date>2010-02-23T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Why VC-1 encoding so slow(comparing to H264 encoding)?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887257#M10984</link>
      <description>I agree the VC-1 encoder could use some performance improvements. Despite all the SSE primitives, it's getting smoked by the Microsoft WMV9 encoder, even when the latter is set to maximum complexity/quality. Perhaps it's just a matter of better documenting the VC-1 encoder parameters to make it easier to achieve maximum performance while maintaining good quality.</description>
      <pubDate>Tue, 23 Feb 2010 22:00:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887257#M10984</guid>
      <dc:creator>oxydius</dc:creator>
      <dc:date>2010-02-23T22:00:57Z</dc:date>
    </item>
    <item>
      <title>Why VC-1 encoding so slow(comparing to H264 encoding)?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887258#M10985</link>
      <description>I tried setting the MESearchSpeed to max 127, the speed is better but still far from H264. Anyelse I can tune to get better?&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Feb 2010 03:43:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Why-VC-1-encoding-so-slow-comparing-to-H264-encoding/m-p/887258#M10985</guid>
      <dc:creator>yaopeter</dc:creator>
      <dc:date>2010-02-24T03:43:58Z</dc:date>
    </item>
  </channel>
</rss>

