<?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 encoding and decoding in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-encoding-and-decoding/m-p/901210#M12779</link>
    <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
I am working on a project transmitting a video from a source node to a
destination node through several routers. I need encode and decode the
video in a given rate. How can I use the sample code provided to
satisfy my request. I have tried to read the source code, however, I
still dont get it very clear, after encoding, where the video goes? and
how can I transmit the "encoded stuff" through network to the
destination.&lt;BR /&gt;
&lt;BR /&gt;
my question seems confusing and stupid, still hope someone help me&lt;BR /&gt;
&lt;BR /&gt;
Motif&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Nov 2006 12:38:47 GMT</pubDate>
    <dc:creator>nkmotif</dc:creator>
    <dc:date>2006-11-08T12:38:47Z</dc:date>
    <item>
      <title>MPEG4 encoding and decoding</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-encoding-and-decoding/m-p/901210#M12779</link>
      <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
I am working on a project transmitting a video from a source node to a
destination node through several routers. I need encode and decode the
video in a given rate. How can I use the sample code provided to
satisfy my request. I have tried to read the source code, however, I
still dont get it very clear, after encoding, where the video goes? and
how can I transmit the "encoded stuff" through network to the
destination.&lt;BR /&gt;
&lt;BR /&gt;
my question seems confusing and stupid, still hope someone help me&lt;BR /&gt;
&lt;BR /&gt;
Motif&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 12:38:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-encoding-and-decoding/m-p/901210#M12779</guid>
      <dc:creator>nkmotif</dc:creator>
      <dc:date>2006-11-08T12:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG4 encoding and decoding</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-encoding-and-decoding/m-p/901211#M12780</link>
      <description>&lt;P&gt;Hi Motif!&lt;/P&gt;
&lt;P&gt;When you call the encoder's getFrame method you specify two MediaData object. The first is the input buffer and the second is the output. First you have toset the inputMediaData to point to your picture data. After this you have to allocate memory to the output data and set the MediaData to point to the given memory area(Of course you have to do this only the first time). After this you call getFrame and that will fill your output buffer width the encoded frame. You can get the data poiner with the MediaData object's GetDataPointer() function and you can get the data sie with the GetDataSize() function. At this point you can do anything with your data.&lt;BR /&gt;The networking question isn't IPP related so I think you can get better answers onnetwork relatedforums. For example you can use RTSP protocol if your goal is real time streaming.&lt;/P&gt;
&lt;P&gt;Greetings,&lt;/P&gt;
&lt;P&gt;Bendeguy&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2006 18:27:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/MPEG4-encoding-and-decoding/m-p/901211#M12780</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-11-08T18:27:52Z</dc:date>
    </item>
  </channel>
</rss>

