<?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 Have problem with Mpeg4 encoder ? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Have-problem-with-Mpeg4-encoder/m-p/864884#M8228</link>
    <description>&lt;P&gt;Dear IPP:&lt;/P&gt;
&lt;P&gt;I install IPP 5.3.3.082 , and download the sample code: w_ipp-samples_p_5.3.095.zip&lt;/P&gt;
&lt;P&gt;I read the document "umc-manual.pdf" , page 176 about example of UMC base classes usage, it can compile successful.&lt;/P&gt;
&lt;P&gt;Then I modify the source code , let it can decoder the MPeg4, it work fine again.&lt;/P&gt;
&lt;P&gt;But when I try to implement the source code about Mpeg4 encoder, I get an error like : "error LNK2019: unresolved external symbol _errno....... when reference about function: __libm_error_support..."&lt;/P&gt;
&lt;P&gt;Below is my source code : &lt;/P&gt;
&lt;P&gt;//////////////////////////////////////////////// begin of source code ////////////////////////////////////////////////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;#include "umc_mpeg4_video_encoder.h"&lt;/P&gt;
&lt;P&gt;using namespace UMC;&lt;/P&gt;
&lt;P&gt;int main(int argc, char* argv[])&lt;BR /&gt;{&lt;BR /&gt;VideoEncoderParams params ;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;MPEG4VideoEncoder encoder; // mark this line will be compile successful, unmark will get compile error&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;//// Set encoder params&lt;BR /&gt;params.info.clip_info.width = 720;&lt;BR /&gt;params.info.clip_info.height = 288;&lt;BR /&gt;params.info.bitrate = 1000000;&lt;BR /&gt;params.info.framerate = 25;&lt;BR /&gt;params.numEncodedFrames = 2147483647; // all frames : INT_MAX,2147483647&lt;BR /&gt;params.numThreads = 0;&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;////////////////////////////////////////////////end of source code ////////////////////////////////////////////////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;I use MSVC 7.1 to compile the source code. When I mark this line "MPEG4VideoEncoder encoder;&lt;BR /&gt;" , It will compile successful.Could anyone help me resolve this problem, thank you very much.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jul 2008 01:58:57 GMT</pubDate>
    <dc:creator>antony0604</dc:creator>
    <dc:date>2008-07-02T01:58:57Z</dc:date>
    <item>
      <title>Have problem with Mpeg4 encoder ?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Have-problem-with-Mpeg4-encoder/m-p/864884#M8228</link>
      <description>&lt;P&gt;Dear IPP:&lt;/P&gt;
&lt;P&gt;I install IPP 5.3.3.082 , and download the sample code: w_ipp-samples_p_5.3.095.zip&lt;/P&gt;
&lt;P&gt;I read the document "umc-manual.pdf" , page 176 about example of UMC base classes usage, it can compile successful.&lt;/P&gt;
&lt;P&gt;Then I modify the source code , let it can decoder the MPeg4, it work fine again.&lt;/P&gt;
&lt;P&gt;But when I try to implement the source code about Mpeg4 encoder, I get an error like : "error LNK2019: unresolved external symbol _errno....... when reference about function: __libm_error_support..."&lt;/P&gt;
&lt;P&gt;Below is my source code : &lt;/P&gt;
&lt;P&gt;//////////////////////////////////////////////// begin of source code ////////////////////////////////////////////////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;#include "umc_mpeg4_video_encoder.h"&lt;/P&gt;
&lt;P&gt;using namespace UMC;&lt;/P&gt;
&lt;P&gt;int main(int argc, char* argv[])&lt;BR /&gt;{&lt;BR /&gt;VideoEncoderParams params ;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;MPEG4VideoEncoder encoder; // mark this line will be compile successful, unmark will get compile error&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;//// Set encoder params&lt;BR /&gt;params.info.clip_info.width = 720;&lt;BR /&gt;params.info.clip_info.height = 288;&lt;BR /&gt;params.info.bitrate = 1000000;&lt;BR /&gt;params.info.framerate = 25;&lt;BR /&gt;params.numEncodedFrames = 2147483647; // all frames : INT_MAX,2147483647&lt;BR /&gt;params.numThreads = 0;&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;////////////////////////////////////////////////end of source code ////////////////////////////////////////////////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;I use MSVC 7.1 to compile the source code. When I mark this line "MPEG4VideoEncoder encoder;&lt;BR /&gt;" , It will compile successful.Could anyone help me resolve this problem, thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2008 01:58:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Have-problem-with-Mpeg4-encoder/m-p/864884#M8228</guid>
      <dc:creator>antony0604</dc:creator>
      <dc:date>2008-07-02T01:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Have problem with Mpeg4 encoder ?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Have-problem-with-Mpeg4-encoder/m-p/864885#M8229</link>
      <description>&lt;P&gt;Hello all:&lt;/P&gt;
&lt;P&gt;I had found where the problem is. I link all the IPP lib, it will fail. It can only link the libs you used.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2008 02:52:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Have-problem-with-Mpeg4-encoder/m-p/864885#M8229</guid>
      <dc:creator>antony0604</dc:creator>
      <dc:date>2008-07-03T02:52:14Z</dc:date>
    </item>
  </channel>
</rss>

