<?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 Re: Problem in varying bit rate in Simple player in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914493#M14811</link>
    <description>&lt;!--  --&gt;Suchethan,&lt;BR /&gt;&lt;BR /&gt; I have tested the VC-1 encoding with UMC, and there seems to be number of issues:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 1- according to the Microsoft article (&lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/vc1techoverview.aspx"&gt;http://www.microsoft.com/windows/windowsmedia/howto/articles/vc1techoverview.aspx&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt; VC1 simple profile (low level) max bit rate is 96 Kbps, with resolution 176  144 @ 15 Hz&lt;BR /&gt;&lt;BR /&gt; Apparently you are limited by the standard boundaries.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&lt;BR /&gt; &lt;SPAN style="color: #333399;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2- for Intel's experts:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; I have tested VC1 and H.264 encoded with &lt;EM&gt;"umc_video_enc_con", played back with "simple_player", and got the following results:&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;a) iYUV streams VC1 encoded, plays back at (2) fps ONLY, without a regard to the (-f ) value passed to encoder.(tested on 176X144)&lt;BR /&gt;&lt;BR /&gt; b) iYUV streams h264 encoded, plays back at (15) fps ONLY, without a regard to the (-f ) value passed to encoder.(tested on 176X144 &amp;amp; 160X120)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; regards,&lt;BR /&gt; Tamer&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Jan 2010 18:28:15 GMT</pubDate>
    <dc:creator>Tamer_Assad</dc:creator>
    <dc:date>2010-01-08T18:28:15Z</dc:date>
    <item>
      <title>Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914486#M14804</link>
      <description>Hi all,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;I encoded a YUV sequence using the " simple_player.exe " at a low bit rate (2,04,800 bits/sec) and decoded it too. I measured the quality ( PSNR and MSE) of the output sequence wrt the input sequence.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I repeated the same by encoding the seq at a high bit rate ( 12,28,800 bits/sec) and measured the PSNR and MSE of the output seq . It never changed. It was the same as the first one. ( Quality of the video increases with increase in bit rate )&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I used vc1 codec to do this. ( changed the bit rate in vc1.par)&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;i think the code is not accepting the given bit rate at all. Could some one please enlighten me regarding this ?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Suchethan&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Jan 2010 02:17:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914486#M14804</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2010-01-07T02:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914487#M14805</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
Hi,&lt;BR /&gt;&lt;BR /&gt;The UMC simple_player.exe performs decoding and rendering features, you may choose to render to a yuv file. However it doesn't perform encoding, you may use the "umc_video_enc_con" sample for this purpose.&lt;BR /&gt;&lt;BR /&gt;There is no absolute high/low birate value, consider the resolution of your media (widthXheight) and the frame rate (Fps). A high bit rate at a certain reolution h*w and frame rate Fps, still can be measured as a low bit rate at a higher h*w and Fps.&lt;BR /&gt;&lt;BR /&gt;Also, you must consider the utilized codec standard, for example MPEG has profile calssification, each profile has limitations for the bit rate @ (w*h*Fbs).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tamer&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 13:49:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914487#M14805</guid>
      <dc:creator>Tamer_Assad</dc:creator>
      <dc:date>2010-01-07T13:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914488#M14806</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/449466"&gt;Tamer Assad&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi, &lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Sorry for miscommunicating ... I used " umc_video_enc_con" for encoding a yuv sequence using vc1 codec and simple_player.exe to decode the .vc1 file . The decoded sequence was not even close to the original sequence interms of quality. ( lots of blocking artifects) . Hence , i increased the bit rate in the par file. It gave me the same quality as before ( not even a .01 increase in psnr and mse).&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; I had done a similar test on H.264 and the video quality improved a lot with increase in bit rate...&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; bit rate by definition isthe amount of Bits allowed to be used for compressing audio or video every second ryt ?Please correct me if I am missing something about this.. &lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;If i consider W*h*fps ( 176*144*30 = 760320 in my case), den will this no be my ideal bit rate ?&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suchethan&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Hi,&lt;BR /&gt;&lt;BR /&gt;The UMC simple_player.exe performs decoding and rendering features, you may choose to render to a yuv file. However it doesn't perform encoding, you may use the "umc_video_enc_con" sample for this purpose.&lt;BR /&gt;&lt;BR /&gt;There is no absolute high/low birate value, consider the resolution of your media (widthXheight) and the frame rate (Fps). A high bit rate at a certain reolution h*w and frame rate Fps, still can be measured as a low bit rate at a higher h*w and Fps.&lt;BR /&gt;&lt;BR /&gt;Also, you must consider the utilized codec standard, for example MPEG has profile calssification, each profile has limitations for the bit rate @ (w*h*Fbs).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tamer&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 20:02:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914488#M14806</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2010-01-07T20:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914489#M14807</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Suchethan,&lt;BR /&gt;&lt;BR /&gt;It is true, media bit rate is its number of bits per second.&lt;BR /&gt;&lt;BR /&gt;Well, UMC in general works with YUV 4:2:0 PLANAR color format, so in your case, your YUV bit-rate is calculated as:&lt;BR /&gt;&lt;BR /&gt; w *   h    * (Y + UV) * frame rate (fps)&lt;BR /&gt;176 * 144 *      1.5   *     30                        =  1140480  (this is your YUV bitrate)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This means, if your YUV file is exactly 2 seconds long, its size MUST be 285120 bytes (1140480 * 2 = 2280960 bits).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Now, Your desired bit-rates passed to encoder are:&lt;BR /&gt;a) 204800&lt;BR /&gt;b)1228800&lt;BR /&gt;&lt;BR /&gt;rate a is fine, a simple compression would give you that ( compress 1140480 to 204800)&lt;BR /&gt;rate b is larger than your original YUV bitrate!!&lt;BR /&gt;&lt;BR /&gt;Are you trying to up-sample your media? If so, you need to process in a different approach.&lt;BR /&gt;&lt;BR /&gt;Does this make sense? Please let me know.&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Tamer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 20:55:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914489#M14807</guid>
      <dc:creator>Tamer_Assad</dc:creator>
      <dc:date>2010-01-07T20:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914490#M14808</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/449466"&gt;Tamer Assad&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;This is awesome relevation... I didnt know that I was trying to upsample it. Thanks a lot :).&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I tried 2 bit rates &lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;a. 25 KB/sec&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;b. 75 KB/sec or 6,14,400 bits/sec.&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;This means that for a 2 sec video using a. , we get a file of size 4,09,600 bits. ( original size is 2280960 bits)&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;using b. , we get a file size of 12,28,800 bits. &lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;SPAN style="font-style: italic;"&gt;This means that the video quality of B. must be better than A. ryt ? as we are using more number of bits to encode. But this is not happening. I got exactly the same video quality using both A and B and their file sizes also were same. ( The output file formed were of the same size and quality, I made sure that I was not using the same file twice to measure quality) . &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;SPAN style="font-style: italic;"&gt;Is this because the code is unable to distinguish the change in bit rate ? &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;May I know why did u take the value " y + uv " = 1.5 ?&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Thanks and Regards,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suchethan&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Suchethan,&lt;BR /&gt;&lt;BR /&gt;It is true, media bit rate is its number of bits per second.&lt;BR /&gt;&lt;BR /&gt;Well, UMC in general works with YUV 4:2:0 PLANAR color format, so in your case, your YUV bit-rate is calculated as:&lt;BR /&gt;&lt;BR /&gt; w *   h    * (Y + UV) * frame rate (fps)&lt;BR /&gt;176 * 144 *      1.5   *     30                        =  1140480  (this is your YUV bitrate)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This means, if your YUV file is exactly 2 seconds long, its size MUST be 285120 bytes (1140480 * 2 = 2280960 bits).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Now, Your desired bit-rates passed to encoder are:&lt;BR /&gt;a) 204800&lt;BR /&gt;b)1228800&lt;BR /&gt;&lt;BR /&gt;rate a is fine, a simple compression would give you that ( compress 1140480 to 204800)&lt;BR /&gt;rate b is larger than your original YUV bitrate!!&lt;BR /&gt;&lt;BR /&gt;Are you trying to up-sample your media? If so, you need to process in a different approach.&lt;BR /&gt;&lt;BR /&gt;Does this make sense? Please let me know.&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Tamer&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 22:24:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914490#M14808</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2010-01-07T22:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914491#M14809</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Suchethan,&lt;BR /&gt;&lt;BR /&gt;I'll test the vc1 encoding to answer your first question, will get back to you soon.&lt;BR /&gt;&lt;BR /&gt;regarding your second question "May I know why did u take the value " y + uv " = 1.5 ?"&lt;BR /&gt;&lt;BR /&gt;1.5 because of the YUV format used by the "umc_video_enc_con", it is YV12 and iYUV(I420) planar format.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a quick overview about it:&lt;BR /&gt;&lt;BR /&gt;every (4) pixels withing an iYUV image has: (see YUV 4:2:0 pixle mapping view)&lt;BR /&gt;4 byte for the 'Y' (luma) component&lt;BR /&gt;2 byte for the 'U' and 'V' (chroma) components&lt;BR /&gt;&lt;BR /&gt;___________&lt;BR /&gt;Y | Y| Y | Y&lt;BR /&gt;U |- | V | -&lt;BR /&gt;----------------&lt;BR /&gt;figure 1.(4 pixels image) YUV 4:2:0 ... pixle mapping view&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this means 6 bytes for every 4 pixels ... 6/4 = 1.5 ;)&lt;BR /&gt;&lt;BR /&gt;further more, iYUV is a planar format, this means the image data is formated on 3 plans, Y-&amp;gt;U-&amp;gt;V (exact sequence). (see YUV 4:2:0 byte mapping view)&lt;BR /&gt;&lt;BR /&gt;Y plan size = w*h (exact number of pixels)&lt;BR /&gt;U plan size = (w/4)*h&lt;BR /&gt;V plan size = (w/4)*h&lt;BR /&gt;&lt;BR /&gt;-----------------&lt;BR /&gt;YYYYYYYYUUVV&lt;BR /&gt;-----------------&lt;BR /&gt;figure 2.(8 pixels image) YUV 4:2:0 planar... data mapping view&lt;BR /&gt;&lt;BR /&gt;one final point: YV12 is just the same as iYUV, except for the 'U' and 'V' plans they are reversed = Y-&amp;gt;V-&amp;gt;U (exact sequence)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Tamer</description>
      <pubDate>Fri, 08 Jan 2010 01:34:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914491#M14809</guid>
      <dc:creator>Tamer_Assad</dc:creator>
      <dc:date>2010-01-08T01:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914492#M14810</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/449466"&gt;Tamer Assad&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Smart thinking abt the 1.5 , I must say :).&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Awaiting your reply,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suchethan&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suchethan,&lt;BR /&gt;&lt;BR /&gt;I'll test the vc1 encoding to answer your first question, will get back to you soon.&lt;BR /&gt;&lt;BR /&gt;regarding your second question "May I know why did u take the value " y + uv " = 1.5 ?"&lt;BR /&gt;&lt;BR /&gt;1.5 because of the YUV format used by the "umc_video_enc_con", it is YV12 and iYUV(I420) planar format.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a quick overview about it:&lt;BR /&gt;&lt;BR /&gt;every (4) pixels withing an iYVU image has: (see YVU 4:2:0 pixle mapping view)&lt;BR /&gt;4 byte for the 'Y' (luma) component&lt;BR /&gt;2 byte for the 'U' and 'V' (chroma) components&lt;BR /&gt;&lt;BR /&gt;___________&lt;BR /&gt;Y | Y| Y | Y&lt;BR /&gt;U |- | V | -&lt;BR /&gt;----------------&lt;BR /&gt;figure 1.(4 pixels image) YUV 4:2:0 ... pixle mapping view&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this means 6 bytes for every 4 pixels ... 6/4 = 1.5 ;)&lt;BR /&gt;&lt;BR /&gt;further more, iYUV is a planar format, this means the image data is formated on 3 plans, Y-&amp;gt;U-&amp;gt;V (exact sequence). (see YVU 4:2:0 byte mapping view)&lt;BR /&gt;&lt;BR /&gt;Y plan size = w*h (exact number of pixels)&lt;BR /&gt;U plan size = (w/4)*h&lt;BR /&gt;V plan size = (w/4)*h&lt;BR /&gt;&lt;BR /&gt;-----------------&lt;BR /&gt;YYYYYYYYUUVV&lt;BR /&gt;-----------------&lt;BR /&gt;figure 2.(8 pixels image) YUV 4:2:0 planar... data mapping view&lt;BR /&gt;&lt;BR /&gt;one final point: YV12 is just the same as iYVU, except for the 'U' and 'V' plans they are reversed = Y-&amp;gt;V-&amp;gt;U (exact sequence)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Tamer&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jan 2010 02:32:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914492#M14810</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2010-01-08T02:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914493#M14811</link>
      <description>&lt;!--  --&gt;Suchethan,&lt;BR /&gt;&lt;BR /&gt; I have tested the VC-1 encoding with UMC, and there seems to be number of issues:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 1- according to the Microsoft article (&lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/vc1techoverview.aspx"&gt;http://www.microsoft.com/windows/windowsmedia/howto/articles/vc1techoverview.aspx&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt; VC1 simple profile (low level) max bit rate is 96 Kbps, with resolution 176  144 @ 15 Hz&lt;BR /&gt;&lt;BR /&gt; Apparently you are limited by the standard boundaries.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&lt;BR /&gt; &lt;SPAN style="color: #333399;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2- for Intel's experts:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; I have tested VC1 and H.264 encoded with &lt;EM&gt;"umc_video_enc_con", played back with "simple_player", and got the following results:&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;a) iYUV streams VC1 encoded, plays back at (2) fps ONLY, without a regard to the (-f ) value passed to encoder.(tested on 176X144)&lt;BR /&gt;&lt;BR /&gt; b) iYUV streams h264 encoded, plays back at (15) fps ONLY, without a regard to the (-f ) value passed to encoder.(tested on 176X144 &amp;amp; 160X120)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; regards,&lt;BR /&gt; Tamer&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jan 2010 18:28:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914493#M14811</guid>
      <dc:creator>Tamer_Assad</dc:creator>
      <dc:date>2010-01-08T18:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914494#M14812</link>
      <description>&lt;!--  --&gt;Update:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;for Intel's experts&lt;/SPAN&gt;&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt; 1- VC1 &amp;amp; h264 results are the same at (320X240) "VC-1 plays (2) fps, h264 plays (15)fps"&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; 2- MP4 encoder response to the passed frame rate (-f) is just reasonable. (tested on 320X240 @15 &amp;amp; 30 fps)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; Here I must repeat a question I posted few days a go (not answered yet), which part of MPEG-4 is used for IPP MPEG-4 coding? (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=71002"&gt;http://software.intel.com/en-us/forums/showthread.php?t=71002&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; regards,&lt;BR /&gt;&lt;BR /&gt; Tamer&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jan 2010 18:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914494#M14812</guid>
      <dc:creator>Tamer_Assad</dc:creator>
      <dc:date>2010-01-08T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914495#M14813</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/449466"&gt;Tamer Assad&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;!--  --&gt;Hi Tamer,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I tried bit rates 9000 bits/sec, 50000, 95000, 96000 and all of them gave me exactly the same video quality. ( I tested for PSNR, MSE). I feel that the bit rate is not being accepted by the code at all. This parameter is being unused. What do you think Tamer ?&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suchethan&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suchethan,&lt;BR /&gt;&lt;BR /&gt; I have tested the VC-1 encoding with UMC, and there seems to be number of issues:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 1- according to the Microsoft article (&lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/vc1techoverview.aspx"&gt;http://www.microsoft.com/windows/windowsmedia/howto/articles/vc1techoverview.aspx&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt; VC1 simple profile (low level) max bit rate is 96 Kbps, with resolution 176  144 @ 15 Hz&lt;BR /&gt;&lt;BR /&gt; Apparently you are limited by the standard boundaries.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&lt;BR /&gt; &lt;SPAN style="color: #333399;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2- for Intel's experts:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; I have tested VC1 and H.264 encoded with &lt;EM&gt;"umc_video_enc_con", played back with "simple_player", and got the following results:&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;a) iYUV streams VC1 encoded, plays back at (2) fps ONLY, without a regard to the (-f ) value passed to encoder.(tested on 176X144)&lt;BR /&gt;&lt;BR /&gt; b) iYUV streams h264 encoded, plays back at (15) fps ONLY, without a regard to the (-f ) value passed to encoder.(tested on 176X144 &amp;amp; 160X120)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; regards,&lt;BR /&gt; Tamer&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jan 2010 21:06:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914495#M14813</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2010-01-08T21:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in varying bit rate in Simple player</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914496#M14814</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/449466"&gt;Tamer Assad&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;For Intel IPP experts :&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN style="font-style: normal;"&gt;I tried bit rates 9000 bits/sec, 50000, 95000, 96000 and all of them gave me exactly  the same video quality. ( I tested for PSNR, MSE). I feel that the bit rate is not being accepted by the code at all. This parameter is being unused. Please look into it. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR style="text-decoration: underline;" /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;Regards,&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;Suchethan&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;!--  --&gt;Update:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;for Intel's experts&lt;/SPAN&gt;&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt; 1- VC1 &amp;amp; h264 results are the same at (320X240) "VC-1 plays (2) fps, h264 plays (15)fps"&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; 2- MP4 encoder response to the passed frame rate (-f) is just reasonable. (tested on 320X240 @15 &amp;amp; 30 fps)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; Here I must repeat a question I posted few days a go (not answered yet), which part of MPEG-4 is used for IPP MPEG-4 coding? (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=71002"&gt;http://software.intel.com/en-us/forums/showthread.php?t=71002&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; regards,&lt;BR /&gt;&lt;BR /&gt; Tamer&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Jan 2010 17:27:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-in-varying-bit-rate-in-Simple-player/m-p/914496#M14814</guid>
      <dc:creator>suchethanswaroop</dc:creator>
      <dc:date>2010-01-09T17:27:31Z</dc:date>
    </item>
  </channel>
</rss>

