<?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: simple_player can't add video render in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885992#M10828</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/21699"&gt;Chao Yu (Intel)&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;DIV style="margin:0px;"&gt;&lt;BR /&gt;Bae, &lt;BR /&gt;&lt;BR /&gt;The DX render is supported in the current release. gdi and bltrenders weresupported inold releases.Our new releasehas removed them. Can DX render be used there? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear Chao&lt;BR /&gt;&lt;BR /&gt;I have tested all of combination of simple_player's parameters.&lt;BR /&gt;for directx displaying, the following options are success&lt;BR /&gt;&lt;BR /&gt; -v dx -f rgb565&lt;BR /&gt; -v dx -f yuy2&lt;BR /&gt;&lt;BR /&gt;other options can't display the screen.&lt;BR /&gt;&lt;BR /&gt;I have debugged the sample source code becacuse simple_player can't display the screen.&lt;BR /&gt;video_reders's project's dx_drv.cpp/dx_drv.h include the followed code.&lt;BR /&gt;&lt;BR /&gt;const DDPIXELFORMAT umc_dx_overlay_formats[] =&lt;BR /&gt;{&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('Y','V','1','2'), 12, 0, 0, 0, 0}, /* YV12 */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('Y','U','Y','2'), 16, 0, 0, 0, 0}, /* YUY2 */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('U','Y','V','Y'), 16, 0, 0, 0, 0}, /* UYVY */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('N','V','1','2'), 12, 0, 0, 0, 0}, /* NV12 */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_RGB, 0, 16, 0xf800, 0x07e0, 0x001f, 0} /* RGB565 */&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;typedef enum DDVideoDrvColorFormat&lt;BR /&gt;{&lt;BR /&gt;DXVideoDrv_YV12 = 0,&lt;BR /&gt;DXVideoDrv_YUY2 = 1,&lt;BR /&gt;DXVideoDrv_UYVY = 2,&lt;BR /&gt;DXVideoDrv_NV12 = 3,&lt;BR /&gt;DXVideoDrv_RGB565 = 4&lt;BR /&gt;} DDVideoDrvColorFormat;&lt;BR /&gt;&lt;BR /&gt;simple_player's option have yv12, yuv420, yuv422, yuy2, rgb565, rgb24.&lt;BR /&gt;But the original source code support yu12, yu2, uyvy, nv12, rgb565. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And I don't know the reason that other pixel fomat option can't display the screen.&lt;BR /&gt;(I'm begginer for directX mechanism...^^;;;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Bae&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Jun 2009 06:22:59 GMT</pubDate>
    <dc:creator>iambaeba1</dc:creator>
    <dc:date>2009-06-10T06:22:59Z</dc:date>
    <item>
      <title>simple_player can't add video render</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885988#M10824</link>
      <description>Dear support&lt;BR /&gt;&lt;BR /&gt;I got the IPP 6.0 evalution. and complie the simple_player project.&lt;BR /&gt;I execute the simple_player.exe followed command.&lt;BR /&gt;&lt;BR /&gt;c:&amp;gt;simple_player.exe -v dx sd.mpg&lt;BR /&gt;&lt;BR /&gt;Audio Render : DSOUND&lt;BR /&gt;Video Render : NULL&lt;BR /&gt;-RenderFormat: YV12&lt;BR /&gt;&lt;BR /&gt;Stream Type : MPEG2T&lt;BR /&gt;Video Info :&lt;BR /&gt;-Video Type : MPEG2&lt;BR /&gt;-Resolution : 720x480&lt;BR /&gt;-Frame Rate : 29.97&lt;BR /&gt;Audio Info :&lt;BR /&gt;-Audio Type : AC3&lt;BR /&gt;-S.Frequency : 48000&lt;BR /&gt;-Num.Channel : 2&lt;BR /&gt;-BitPerSample: 16&lt;BR /&gt;&lt;BR /&gt;DecRate:740.44 fps(Dec 1.08ms/f + Conv 0.28ms/f = 1.35ms/f) RndrRate 30.12fps Audio Dec 364.55chnls&lt;BR /&gt;DecRate:1144.41 fps(Dec 0.71ms/f + Conv 0.16ms/f = 0.87ms/f) RndrRate 29.97fps Audio Dec 413.30chnls&lt;BR /&gt;DecRate:1203.44 fps(Dec 0.67ms/f + Conv 0.16ms/f = 0.83ms/f) RndrRate 30.11fps Audio Dec 425.18chnls&lt;BR /&gt;&lt;BR /&gt;Audio render is good..&lt;BR /&gt;But video render is not added to simple_player. &lt;BR /&gt;-v fw, fwf option is good. others is not ignored..( -v gdi, -v dx -v blt)&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Bae&lt;BR /&gt;&lt;BR /&gt;ps : If simple_player is executed, can I see the decoded frames of movie in windows ?&lt;BR /&gt;&lt;BR /&gt;ps : Using IPP 5.3's, I can see the decoded video frame in simple_player.&lt;BR /&gt; But only -v gdi option can produce correct display.. others -v option can't produce.&lt;BR /&gt;&lt;BR /&gt;ps : my environment is followed&lt;BR /&gt; . I first installed IPP 5.3&lt;BR /&gt; . I installed Microstudio 2008.&lt;BR /&gt; . I installed IPP 6.0.2.074 evaluation&lt;BR /&gt; . I complied simple_player.exe&lt;BR /&gt; And OS is WinXP. and CPU is Core2 Duo T9400 2.53GHz, 4GB RAM.&lt;BR /&gt;&lt;BR /&gt;ps : video information is followed&lt;BR /&gt;General&lt;BR /&gt;ID : 1&lt;BR /&gt;Complete name : D:\sd.mpg&lt;BR /&gt;Format : MPEG-TS&lt;BR /&gt;File size : 168 MiB&lt;BR /&gt;Duration : 3mn 41s&lt;BR /&gt;Overall bit rate : 6 387 Kbps&lt;BR /&gt;&lt;BR /&gt;Video&lt;BR /&gt;ID : 3008 (0xBC0)&lt;BR /&gt;Menu ID : 3470 (0xD8E)&lt;BR /&gt;Format : MPEG Video&lt;BR /&gt;Format version : Version 2&lt;BR /&gt;Format profile : Main@Main&lt;BR /&gt;Format settings, Matrix : Default&lt;BR /&gt;Duration : 3mn 41s&lt;BR /&gt;Bit rate mode : Constant&lt;BR /&gt;Bit rate : 5 941 Kbps&lt;BR /&gt;Nominal bit rate : 6 000 Kbps&lt;BR /&gt;Width : 720 pixels&lt;BR /&gt;Height : 480 pixels&lt;BR /&gt;Display aspect ratio : 4/3&lt;BR /&gt;Frame rate : 29.970 fps&lt;BR /&gt;Standard : NTSC&lt;BR /&gt;Colorimetry : 4:2:0&lt;BR /&gt;Scan type : Interlaced&lt;BR /&gt;Scan order : Top Field First&lt;BR /&gt;Bits/(Pixel*Frame) : 0.574&lt;BR /&gt;&lt;BR /&gt;Audio&lt;BR /&gt;ID : 3009 (0xBC1)&lt;BR /&gt;Menu ID : 3470 (0xD8E)&lt;BR /&gt;Format : AC-3&lt;BR /&gt;Format/Info : Audio Coding 3&lt;BR /&gt;Duration : 3mn 41s&lt;BR /&gt;Bit rate mode : Constant&lt;BR /&gt;Bit rate : 192 Kbps&lt;BR /&gt;Channel(s) : 2 channels&lt;BR /&gt;Channel positions : L R&lt;BR /&gt;Sampling rate : 48.0 KHz&lt;BR /&gt;Video delay : -32ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 07:33:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885988#M10824</guid>
      <dc:creator>iambaeba1</dc:creator>
      <dc:date>2009-06-08T07:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: simple_player can't add video render</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885989#M10825</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello,&lt;BR /&gt;&lt;BR /&gt;did you try to run simple_player with default parameters (not specifying a particular video render)?&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 15:42:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885989#M10825</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-06-08T15:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: simple_player can't add video render</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885990#M10826</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/336498"&gt;Vladimir Dudnik (Intel)&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; Hello,&lt;BR /&gt;&lt;BR /&gt;did you try to run simple_player with default parameters (not specifying a particular video render)?&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear Vladmir&lt;BR /&gt;&lt;BR /&gt;I checked the source code for IPP 6.0 samples (simpler_player project)&lt;BR /&gt;I found that simple_player can't support -v blt, gdi, blt. -_-&lt;BR /&gt;You may check the source code in ipp-samplesaudio-video-codecscoreumcincludeumc_defs.h&lt;BR /&gt;Video rederers are defined only two mode.&lt;BR /&gt; &lt;BR /&gt;// video renderers&lt;BR /&gt; #define UMC_ENABLE_DX_VIDEO_RENDER&lt;BR /&gt; #define UMC_ENABLE_FW_VIDEO_RENDER&lt;BR /&gt;&lt;BR /&gt;In IPP 5.3 version, video renderers has 4 modes&lt;BR /&gt; // video renderers&lt;BR /&gt; #define UMC_ENABLE_DX_VIDEO_RENDER&lt;BR /&gt; #define UMC_ENABLE_BLT_VIDEO_RENDER&lt;BR /&gt; #define UMC_ENABLE_GDI_VIDEO_RENDER&lt;BR /&gt; #define UMC_ENABLE_FW_VIDEO_RENDER&lt;BR /&gt;&lt;BR /&gt;And IPP 6.0's simple_player's source code has a problem calling DirectX modules.&lt;BR /&gt;In ipp-samplesaudio-video-codecsiovideo_renderssrcdx_drv.cpp, line 263 code occurs errors&lt;BR /&gt;&lt;BR /&gt; /* Trying to create max_b, max_b-1, ..., min_b overlays. */&lt;BR /&gt; for (bufs_num = max_b; bufs_num &amp;gt;= min_b; --bufs_num)&lt;BR /&gt; {&lt;BR /&gt; ddsdOverlay.dwBackBufferCount = bufs_num;&lt;BR /&gt; hRes = drv-&amp;gt;dd_obj-&amp;gt;CreateSurface(&amp;amp;ddsdOverlay, &amp;amp;drv-&amp;gt;dd_srf_front, NULL); // line 263&lt;BR /&gt; if (SUCCEEDED(hRes))&lt;BR /&gt; break;&lt;BR /&gt; }&lt;BR /&gt;&lt;BR /&gt;the error code is 0x88760091.&lt;BR /&gt;I have only called "simpler_player -v dx d:sd.mpg".&lt;BR /&gt;&lt;BR /&gt;I don't know the directX calling fail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Bae&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jun 2009 05:57:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885990#M10826</guid>
      <dc:creator>iambaeba1</dc:creator>
      <dc:date>2009-06-09T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: simple_player can't add video render</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885991#M10827</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;Bae, &lt;BR /&gt;&lt;BR /&gt;The DX render is supported in the current release. gdi and bltrenders weresupported inold releases.Our new releasehas removed them. Can DX render be used there? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jun 2009 08:16:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885991#M10827</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-06-09T08:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: simple_player can't add video render</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885992#M10828</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/21699"&gt;Chao Yu (Intel)&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;DIV style="margin:0px;"&gt;&lt;BR /&gt;Bae, &lt;BR /&gt;&lt;BR /&gt;The DX render is supported in the current release. gdi and bltrenders weresupported inold releases.Our new releasehas removed them. Can DX render be used there? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear Chao&lt;BR /&gt;&lt;BR /&gt;I have tested all of combination of simple_player's parameters.&lt;BR /&gt;for directx displaying, the following options are success&lt;BR /&gt;&lt;BR /&gt; -v dx -f rgb565&lt;BR /&gt; -v dx -f yuy2&lt;BR /&gt;&lt;BR /&gt;other options can't display the screen.&lt;BR /&gt;&lt;BR /&gt;I have debugged the sample source code becacuse simple_player can't display the screen.&lt;BR /&gt;video_reders's project's dx_drv.cpp/dx_drv.h include the followed code.&lt;BR /&gt;&lt;BR /&gt;const DDPIXELFORMAT umc_dx_overlay_formats[] =&lt;BR /&gt;{&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('Y','V','1','2'), 12, 0, 0, 0, 0}, /* YV12 */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('Y','U','Y','2'), 16, 0, 0, 0, 0}, /* YUY2 */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('U','Y','V','Y'), 16, 0, 0, 0, 0}, /* UYVY */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_FOURCC | DDPF_YUV, MAKEFOURCC('N','V','1','2'), 12, 0, 0, 0, 0}, /* NV12 */&lt;BR /&gt;{sizeof(DDPIXELFORMAT), DDPF_RGB, 0, 16, 0xf800, 0x07e0, 0x001f, 0} /* RGB565 */&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;typedef enum DDVideoDrvColorFormat&lt;BR /&gt;{&lt;BR /&gt;DXVideoDrv_YV12 = 0,&lt;BR /&gt;DXVideoDrv_YUY2 = 1,&lt;BR /&gt;DXVideoDrv_UYVY = 2,&lt;BR /&gt;DXVideoDrv_NV12 = 3,&lt;BR /&gt;DXVideoDrv_RGB565 = 4&lt;BR /&gt;} DDVideoDrvColorFormat;&lt;BR /&gt;&lt;BR /&gt;simple_player's option have yv12, yuv420, yuv422, yuy2, rgb565, rgb24.&lt;BR /&gt;But the original source code support yu12, yu2, uyvy, nv12, rgb565. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And I don't know the reason that other pixel fomat option can't display the screen.&lt;BR /&gt;(I'm begginer for directX mechanism...^^;;;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Bae&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2009 06:22:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885992#M10828</guid>
      <dc:creator>iambaeba1</dc:creator>
      <dc:date>2009-06-10T06:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: simple_player can't add video render</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885993#M10829</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;I am also having trouble rendering simple player to the screen.&lt;BR /&gt;&lt;BR /&gt;C:Program FilesIntelIPP6.0.0.062ia32ipp-samplesaudio-video-codecs_binWi&lt;BR /&gt;n32release&amp;gt;simple_player.exe -v fw -f yuy2 M:VideoImagingTesterH.264Test_Seq&lt;BR /&gt;uence480_200_25_HQ.mp4&lt;BR /&gt;Usage: ????????e??w???2?????????????????????????????4????????????????????????&lt;BR /&gt;?????????????????????????????????????????????????????????????&lt;BR /&gt; [-s(ilent)]&lt;BR /&gt; [-b(lind)]&lt;BR /&gt; [-n(atural temp)]&lt;BR /&gt; [-u(nrendered audio)&lt;BR /&gt; [-d(einterlacing)&lt;BR /&gt; [-i &lt;NUMBER of="" iterations=""&gt;&lt;BR /&gt; [-t&lt;NUMBER of="" threads="" for="" decoding=""&gt;&lt;BR /&gt; [-p &lt;PERFOMANCE log="" file="" name=""&gt; (must be in quotes if it contains gaps)]&lt;BR /&gt; [-v&lt;GDI&gt; &lt;OUTPUT video="" file="" name=""&gt;&lt;BR /&gt; -in the case of -vfwf&amp;gt;]&lt;BR /&gt; [-a&lt;WINMM&gt; &lt;OUTPUT audio="" file="" name=""&gt;&lt;BR /&gt; -in the case of -afwf]&lt;BR /&gt; [-f&lt;YV12&gt;]&lt;BR /&gt; (-l &lt;STREAM list="" file="" name=""&gt;|stream&amp;gt;(must be in quotes if it contains gaps)&lt;BR /&gt;&lt;BR /&gt;What am I doing Wrong???&lt;BR /&gt;&lt;BR /&gt;Joe&lt;/STREAM&gt;&lt;/YV12&gt;&lt;/OUTPUT&gt;&lt;/WINMM&gt;&lt;/OUTPUT&gt;&lt;/GDI&gt;&lt;/PERFOMANCE&gt;&lt;/NUMBER&gt;&lt;/NUMBER&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jul 2009 13:25:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/simple-player-can-t-add-video-render/m-p/885993#M10829</guid>
      <dc:creator>yosepho</dc:creator>
      <dc:date>2009-07-27T13:25:48Z</dc:date>
    </item>
  </channel>
</rss>

