<?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 UMC Mpeg-4 encoder bitrate question in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766788#M312</link>
    <description>Sorry for the delayed reply, here is engineering's response to your question regarding control of the bitrate:&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;...there is no effective way to control the output stream bitrate. All parameters either operate [on the] average bitrate or dont relate directly to bitrate.&lt;/P&gt;&lt;P&gt;There might be two ways to overcome this situation&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- application-wide algorithmic way. When the application sees MPEG-4 data not fitting into output buffer, this data must be dropped, or frame rate must be lowered down, or something else with quantization values.&lt;/P&gt;&lt;P&gt;- to increase the encoder output buffer. Ultimately, it must be capable to store uncompressed amount of video data. It hard to say without knowing of application details.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Fri, 15 Apr 2011 20:40:12 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2011-04-15T20:40:12Z</dc:date>
    <item>
      <title>UMC Mpeg-4 encoder bitrate question</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766784#M308</link>
      <description>Hi, I am using UMC Mpeg-4 VideoEncoder to encode uncompressed video into MP4 Part2 vidoes. I set the video output bitrate to 1.5Mbps. And most time it works fine. But when the input video is all noise, the output video data frame is huge. It is way over 1.5M per second. It overflows our output buffer (we do have a limited size of output buffer). Is there a way to control that, for example, set the MAX bitrate instead of average bitrate?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 10 Dec 2010 19:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766784#M308</guid>
      <dc:creator>GrassValley_Eng</dc:creator>
      <dc:date>2010-12-10T19:47:00Z</dc:date>
    </item>
    <item>
      <title>UMC Mpeg-4 encoder bitrate question</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766785#M309</link>
      <description>Hello Wes,&lt;BR /&gt;&lt;BR /&gt;I've made a request of the engineers for clarification. &lt;BR /&gt;&lt;BR /&gt;In the meantime, have you tried the RateControl member? The UMC manual has the following description:&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Name&lt;BR /&gt;&lt;/STRONG&gt;RateControl&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type&lt;BR /&gt;&lt;/STRONG&gt;Ipp32s &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description&lt;BR /&gt;&lt;/STRONG&gt;[in] The rate control algorithm.&lt;BR /&gt;0 - ConstQuality with quantIVOP, quantPVOP, quantBVOP&lt;BR /&gt;1 - Frame Level AVBR;&lt;BR /&gt;2 - Macroblock Level CBR&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Wed, 15 Dec 2010 18:16:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766785#M309</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-12-15T18:16:19Z</dc:date>
    </item>
    <item>
      <title>UMC Mpeg-4 encoder bitrate question</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766786#M310</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response. But we tried all three numbers, and still not working the way we hope it runs.</description>
      <pubDate>Thu, 16 Dec 2010 18:51:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766786#M310</guid>
      <dc:creator>GrassValley_Eng</dc:creator>
      <dc:date>2010-12-16T18:51:25Z</dc:date>
    </item>
    <item>
      <title>UMC Mpeg-4 encoder bitrate question</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766787#M311</link>
      <description>Wes,&lt;BR /&gt;&lt;BR /&gt;Okay. I spoke with engineering this morning, will post their feedback when it becomes available.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 17 Dec 2010 01:16:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766787#M311</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-12-17T01:16:29Z</dc:date>
    </item>
    <item>
      <title>UMC Mpeg-4 encoder bitrate question</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766788#M312</link>
      <description>Sorry for the delayed reply, here is engineering's response to your question regarding control of the bitrate:&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;...there is no effective way to control the output stream bitrate. All parameters either operate [on the] average bitrate or dont relate directly to bitrate.&lt;/P&gt;&lt;P&gt;There might be two ways to overcome this situation&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- application-wide algorithmic way. When the application sees MPEG-4 data not fitting into output buffer, this data must be dropped, or frame rate must be lowered down, or something else with quantization values.&lt;/P&gt;&lt;P&gt;- to increase the encoder output buffer. Ultimately, it must be capable to store uncompressed amount of video data. It hard to say without knowing of application details.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 15 Apr 2011 20:40:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UMC-Mpeg-4-encoder-bitrate-question/m-p/766788#M312</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2011-04-15T20:40:12Z</dc:date>
    </item>
  </channel>
</rss>

