<?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 Hello there, in Media (Intel® Video Processing Library, Intel Media SDK)</title>
    <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040849#M7150</link>
    <description>&lt;P&gt;Hello there,&lt;/P&gt;

&lt;P&gt;I tried your test stream with our decoder, and yes, the decoder stream is not generated. The decoder is always looking for a reference frame or so and does not decode. Our decoder expects at least one key frame at the beginning, as acc to the spec.&lt;/P&gt;

&lt;P&gt;Having said that, I will perform a couple more experiments and get back to you with more details. For now, we need at least one ref frame (my example with one I-frame and 100s or P-frames decoded fine).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For my knowledge - why is it that your video stream has no key/ref frame?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Sep 2014 22:52:12 GMT</pubDate>
    <dc:creator>Sravanthi_K_Intel</dc:creator>
    <dc:date>2014-09-08T22:52:12Z</dc:date>
    <item>
      <title>Decode MPEG2 Low delay</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040846#M7147</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I am developing MPEG 2 Decoder with Intel Media Sdk.&lt;/P&gt;
&lt;P&gt;I try to decode MPEG 2 Frame which contain Intral Slice.&lt;/P&gt;
&lt;P&gt;But I can't decode it.&lt;/P&gt;
&lt;P&gt;The frame is always P-Frame.&lt;/P&gt;
&lt;P&gt;MPEG2 Seauence Header have low_delay flag.&lt;/P&gt;
&lt;P&gt;The frame flag is ture.&lt;/P&gt;
&lt;P&gt;Is it posible to decode such a frame?&lt;/P&gt;
&lt;P&gt;If not, is there plan to improve ?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 06:02:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040846#M7147</guid>
      <dc:creator>Atsushi_S_</dc:creator>
      <dc:date>2014-09-04T06:02:11Z</dc:date>
    </item>
    <item>
      <title>Hello there,</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040847#M7148</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;

&lt;P&gt;Thanks for the question. The short answer -&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;We decode every stream that confirms to the spec.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I tried to reproduce the problem you are seeing by decoding a stream with 1 I-frame, and (N-1) P-frames - so effectively a low delay mpeg2 stream. Our decoder decodes this stream without any issue.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;You seem to have stumbled upon a corner case or a stream that is non-conforming. Can you please send us the stream you are testing with so that we can reproduce the issue and fix it? That would be very helpful.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Also, if you used one of the samples/tutorials with modifications for the decode, please send us the code is possible.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Sending us your test stream will be extremely helpful. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 23:31:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040847#M7148</guid>
      <dc:creator>Sravanthi_K_Intel</dc:creator>
      <dc:date>2014-09-04T23:31:10Z</dc:date>
    </item>
    <item>
      <title>Hello SRAVANTHII attached</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040848#M7149</link>
      <description>&lt;P&gt;Hello SRAVANTHI&lt;/P&gt;
&lt;P&gt;I attached stream data.&lt;/P&gt;
&lt;P&gt;I try to decode it with Direct Show Decode Filter.&lt;/P&gt;
&lt;P&gt;I can decode it with FFDShow and Microsoft DTV-DVD Video Decoder.&lt;/P&gt;
&lt;P&gt;But I can't decode it with Intel R Media SDK MPEG2 Decoder.&lt;/P&gt;
&lt;P&gt;Please investigate stream data.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 02:35:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040848#M7149</guid>
      <dc:creator>Atsushi_S_</dc:creator>
      <dc:date>2014-09-05T02:35:24Z</dc:date>
    </item>
    <item>
      <title>Hello there,</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040849#M7150</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;

&lt;P&gt;I tried your test stream with our decoder, and yes, the decoder stream is not generated. The decoder is always looking for a reference frame or so and does not decode. Our decoder expects at least one key frame at the beginning, as acc to the spec.&lt;/P&gt;

&lt;P&gt;Having said that, I will perform a couple more experiments and get back to you with more details. For now, we need at least one ref frame (my example with one I-frame and 100s or P-frames decoded fine).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For my knowledge - why is it that your video stream has no key/ref frame?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 22:52:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040849#M7150</guid>
      <dc:creator>Sravanthi_K_Intel</dc:creator>
      <dc:date>2014-09-08T22:52:12Z</dc:date>
    </item>
    <item>
      <title>Hello, SRAVANTHIThank you for</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040850#M7151</link>
      <description>&lt;P&gt;Hello, SRAVANTHI&lt;/P&gt;
&lt;P&gt;Thank you for your Test.&lt;/P&gt;
&lt;P&gt;Yes, my stream has only P-Frame.&lt;/P&gt;
&lt;P&gt;But, that's P-Frame always contain I-Slice.&lt;/P&gt;
&lt;P&gt;The format is called "Intra Slice".&lt;/P&gt;
&lt;P&gt;I-Frame is made&amp;nbsp;from&amp;nbsp;&amp;nbsp;some&amp;nbsp;I-Slices.&lt;/P&gt;
&lt;P&gt;In order to decode I-Frame, decoder need to gather I-Slice of P-Frame.&lt;/P&gt;
&lt;P&gt;This format&amp;nbsp;is mpeg2 specific.&lt;/P&gt;
&lt;P&gt;Thak you.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2014 01:13:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040850#M7151</guid>
      <dc:creator>Atsushi_S_</dc:creator>
      <dc:date>2014-09-09T01:13:52Z</dc:date>
    </item>
    <item>
      <title>Hello there,</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040851#M7152</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;

&lt;P&gt;Thank you for the extra information. I have referred your question to our dev team and other experts - will get back to you when we have something.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2014 23:56:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Decode-MPEG2-Low-delay/m-p/1040851#M7152</guid>
      <dc:creator>Sravanthi_K_Intel</dc:creator>
      <dc:date>2014-09-09T23:56:08Z</dc:date>
    </item>
  </channel>
</rss>

