<?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 MPEG4 Encoder w/ Threading in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939568#M17548</link>
    <description>I'm evaluating the MPEG4 encoder included in the Linux IPP5 samples. When I encode using threading (-r option), the program doesn't exit; it hangs until receiving SIGINT. The MPEG4 file is fine, though; it seems that the encoder thread simply never figures out that its work is done. If I don't use the -r option, the program exits with a nice report at the end. Does anyone else have this problem?&lt;BR /&gt;&lt;BR /&gt;Scott</description>
    <pubDate>Wed, 22 Mar 2006 10:30:27 GMT</pubDate>
    <dc:creator>sdhays</dc:creator>
    <dc:date>2006-03-22T10:30:27Z</dc:date>
    <item>
      <title>MPEG4 Encoder w/ Threading</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939568#M17548</link>
      <description>I'm evaluating the MPEG4 encoder included in the Linux IPP5 samples. When I encode using threading (-r option), the program doesn't exit; it hangs until receiving SIGINT. The MPEG4 file is fine, though; it seems that the encoder thread simply never figures out that its work is done. If I don't use the -r option, the program exits with a nice report at the end. Does anyone else have this problem?&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Wed, 22 Mar 2006 10:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939568#M17548</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-03-22T10:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG4 Encoder w/ Threading</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939569#M17549</link>
      <description>I have the same problem~~</description>
      <pubDate>Wed, 22 Mar 2006 12:33:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939569#M17549</guid>
      <dc:creator>walkdeath</dc:creator>
      <dc:date>2006-03-22T12:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG4 Encoder w/ Threading</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939570#M17550</link>
      <description>I'd also like to ask if this issue has been resolved in the IPP 5.1 samples, which I'm expecting will come out very soon (Q2 ends this week, doesn't it?).&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Wed, 22 Mar 2006 18:38:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939570#M17550</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-03-22T18:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG4 Encoder w/ Threading</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939571#M17551</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi Scott,&lt;/P&gt;
&lt;P&gt;yes, we also discovered this issue. It definetely will be fixed in IPP v5.1. But for IPP v5.0 there is quite simple workaround:&lt;/P&gt;
&lt;P&gt;you need to modify umc_mpeg4_video_encoder.cpp, line 150&lt;BR /&gt;&lt;FONT color="#0000ff" size="2"&gt;return UMC_OK;&lt;BR /&gt;&lt;/FONT&gt;to&lt;BR /&gt;&lt;FONT color="#0000ff" size="2"&gt;return (sts == MP4_STS_NODATA) ? UMC_END_OF_STREAM : UMC_OK;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;It should solve this issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2006 22:54:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-Encoder-w-Threading/m-p/939571#M17551</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-03-30T22:54:30Z</dc:date>
    </item>
  </channel>
</rss>

