Visual Studio debugger cannot show the members inside Intel defined structs
Hi there,I started to code a new VC (DLL) project with Intel Media SDK 2014. When I run debug build of this DLL with test program and break into it, I see most of variable values, but those who are...
View ArticleLIBVA_SUPPORT in sdk 2014
Hi, 1. Download new Media SDK 2014 for Clients, See code for vaapi from samples. Where can I find these files ?#if defined LIBVA_SUPPORT #include "vaapi_allocator.h" #include "vaapi_device.h" #endif2....
View Articleencoding h264 with Media SDK 2013 R2.
Hi,I am encoding h264 with Media SDK 2013 R2.The machine will crash, sometimes for hours, sometimes to 4-5 days,The keyboard and mouse are not response, display in the crash of the time.CPU i74770...
View ArticleUsing Intel® Graphics Performance Analyzer (GPA) to analyze Intel® Media...
Hi,I am studying about the media sdk.I see the pdf( http://software.intel.com/zh-cn/articles/using-intel-graphics-performanc...) and download the lastest gpa.But i can not find the media preformance.Is...
View Articleencoding h264 with Media SDK 2013 R2.
hi,I encode h264 1080i with media sdk 2013 R2 ,The machine will crash, sometimes for hours, sometimes to 4-5 days.The keyboard and mouse are not response, display in the crash of the time.I am using...
View ArticleUsing Intel® Graphics Performance Analyzer (GPA) to analyze Intel® Media...
Hi,I am studying about the media sdk.I study the pdf(http://software.intel.com/zh-cn/articles/using-intel-graphics-performanc...) and download the latest gpa.But i can not find the media preformance.Is...
View ArticleDCM documentation
I have to work in Intel Data center manager .So I need proper documentation to understand how Intel DCM works
View ArticleProblem in VPP downscaling in letterBox Mode
Hello,In my application I want to Encode 1928*1080 (16:9 )size video buffer (UYVY format) to 720*576 (4:3) H264 stream using IQSV encoder.What parameter in VPP, I have to set encoder perform...
View ArticleCrash in libmfxsw32.dll when packaging decode sample in a DLL
I have started with the main video decode sample (the one with HEVC, MVC, and VP8 support etc.) I stripped it down to only MVC decode with MFX_D3D11 support turned off. I get an EXE decoder that works...
View ArticleH264 decoder player: seek operation problem
Hi,I use h264_dec_filter.dll from the sample code of the Intel Media SDK in my directshow player. The decoding function is great and the player can play the H.264 video. But when I use...
View ArticleH264 decoder player: seek operation problem
Hi,I use h264_dec_filter.dll from the sample code of the Intel Media SDK in my directshow player. The decoding function is great and the player can play the H.264 video. But when I use...
View ArticleIntel Media SDK 2014 and compatible HW
Hi,I updated my application with your new SDK Intel Media SDK 2014 and when I run your system analyser tool I see that the SW is updated to 1.8 version but I don't understand why the HW version is not...
View ArticleWhat to do on MFX_WRN_DEVICE_BUSY?
I am implementing a video player using the Intel MSDK for decoding. At the end of a file, I flush the remaining frames by passing null to DecodeFrameAsync, like so:mfxFrameSurface1* outSurface =...
View ArticleEnabling hardware decoding with no monitor connected to intel graphics
HiI have a problem getting the hw decoding enabled, when having an additional graphic card , where ny monitors are connected.I have no monitor connected to the intel graphics. Is there a way to enable...
View ArticleProblems in decoding live stream form ip camerra with low latency
I'm trying to integrate Intel Media SDK decoder into an CCTV application wchich receives h.264 encoded frames from ip camera and expects raw frames as an output. Output frames are next presented on the...
View ArticleIntel Media SDK for Linux Servers hardware compatibility issue
We are trying to get the IMSDK R3 working on an Intel Core i3-4130 CPU with SLES 11 SP3. This CPU includes integrated HD4200 graphics. According to the IMSDK Release Notes, this hardware should be...
View ArticleColor conversion via VPP
Hi, I'm trying to encode color images and the only color format supports is NV12 (am I right about it?) and I cant find any reference about "how can I convert from RGB24 or RGB32 to NV12 using IMSDK",...
View ArticleColor conversion via VPP
Hi, I'm trying to encode color images and the only color format supports is NV12 (am I right about it?) and I cant find any reference about "how can I convert from RGB24 or RGB32 to NV12 using IMSDK",...
View ArticleReset VPP
Hello,i'm trying to reset the vpp for allowing dynamic input and output resolutions. MFXVideoVPP_Reset returns MFX_ERR_NONE. RunFrameVPPAsync now returns MFX_ERR_INCOMPATIBLE_VIDEO_PARAM, which isn't...
View ArticleVPP Incompatible video parameters
Hi.I'm a developer and I'm trying to do a HW implementation of VPP and ENCODER from the Intel Media SDK.I'm capturing the screen of my laptop (so the format is RGB4) and in order to encode to H.264,...
View Article