Vpp scaling mode does not work
I am using the sample_multi_transcode in MediaSdk to transcode a h264 file from 1080p to 720p. I want to try different scaling mode. so the scaling mode is configured with a mfxExtVppScaling structure...
View ArticleWPF user control to render Intel Media SDK decoded video
Hi,Is there any sample code to use WPF C# .Net to render video decoded by Intel media SDK?
View ArticleDraw bounding box
I would like to extend sample_decode by drawing bounding box in rendering. Is there any example for such extensions?
View ArticleSample_decode, how to synch MFXVideoDECODE_GetPayload results and Decoded data
I'm looking at extending Sample_decode and post-process decoded frame (in deliverOutput) function with decoded SEI data using MFXVideoDECODE_GetPayload. But, I'm not very clear on methods of...
View ArticleLinux version of libmfxswXX library
Where can I find Linux version of libmfxswXX library with software H.264 encoder enabled?
View ArticleIntel graphic HD 500/510 dxva2 decoding
Hello.I wrote a C++ software to do h264 hardware video decoding, using DXVA2.Source code here :H264Dxva2DecoderThis program works very well with NVIDIA cards and Intel HD Graphics 4000 (windows7). I...
View ArticleIntegrating Intel-Media SDK with Unity Game Engine
Is there any available project on integrating Intel-Media SDK with Unity to decode and display videos on Unity Game Engine on windows platform?Or can anyone please help me on how to integrate...
View ArticleHEVC Main10 Init and use.
I have both Coffee Lake and Skylake boxes here and managed to get both H264 encode/decode and H265 encode/decode working. The H265 was MFX_PROFILE_HEVC_MAIN using MFX_FOURCC_NV12, i.e. 8 bit only....
View ArticleIntel MediaSDK 2018R* for Windows* does not have audio decoder?
Hi everyone.I have a question.Intel MediaSDK 2018R* for Windows* does not have audio decoder?Intel MediaSDK 2017 has audio decoder (libmfxaudiosw32.dll/libmfxaudiosw64.dll)Can I get audio decoder and...
View ArticleSystem AND GPU memory leak decoding/stopping/starting - 2018 R2.1 (windows)
Hi, I'm trying to integrate MSDK hw decoding feature inside my existing solution.Video stream is provided and parsed using GStreamer libraries, the bitstream is then decoded alternatively using sw...
View Article[ERROR], sts=MFX_ERR_MORE_DATA(-10)
Hi,I'm trying to build MediaSDK in my system, but got following errors when run the sample code.Test environment:OS: ubuntu16.04CPU:Intel® Core™ i7-6770HQ CPU @ 2.60GHz × 8GPU:Intel® Iris Pro Graphics...
View ArticleEncoder crash on HD Graphics 510 Driver[25.20.100.6323]
Hi,I am facing crash in encoder (while calling encoder->Init()) on my following environment:OS: Windows 10 Enterprise 2016 LTSB, version 1607 (OS build 14393.2906)Processor: Intel(R) Core(TM)...
View ArticleIntel mdia SDK jpeg encoder with gstreamer splitmuxsink not working
Hi,I am using intel media SDK jpeg encoder, and passing the encoded frames to the below gstreamer pipeline.appsrc caps='image/jpeg,width=1920,height=1080,framerate=30/1' ! splitmuxsink...
View ArticleMedia-SDK(2017)‘s transcoder returns MFX_WRN_PARTIAL_ACCELERATION
hi,I run the sample_multi_transcode.exe from MediaSamples_MSDK_2017_8.0.24.271\sample_multi_transcode\, and it works.then I make DLL based on sample_multi_transcode code and meet an error as...
View ArticleDirectShow filters using Media SDK
Hello,I found this article with samples covering how to implement the Media SDK in a transcode filter. https://software.intel.com/en-us/articles/media-transcoding-sample-using...My question is why were...
View ArticleSegmentation fault of vainfo on ubuntu 16.04 with...
Hello, I'm trying to install a Mediasdk but I'm a beginner of Intel mediasdk so I followed this reference and used MediaServerStudioEssentials2017R3. My hardware and OS infomation is like...
View Articleffmpeg H264_qsv encoding generates horizontal green bar at the bottom of the...
hi there, I am using ffmpeg 4.1.3 H264_qsv encoder to capture a video from camera at 1920 x 1080.the camera outputs BGRA frame, and I use IPP function ippiBGRToYCbCr420_8u_AC4P2R to convert it to...
View ArticleHow to reduce cpu usage when H264 sw encoding
Hello support team,I try to use H264 "sw" encode two 1080P bitstream at the same time. The cpu usage is up to 100%.I have tried setting async =2. Encode one bitstream can reduce to 40% usage, but two...
View ArticlemfxFrameSurface1 Pitch size
How and where does pitch get set? I see that Encoder has a line MSDK_MEMCPY_VAR(m_pVppSurfaces[i].Info, &(m_mfxVppParams.mfx.FrameInfo), sizeof(mfxFrameInfo));This line sets the info struct of...
View ArticleH.264 Encoder reports MFX_ERR_DEVICE_FAILED occasionally under dual-GPU...
Hi,Recently I wrote a C++ software to do h264 hardware encoding by using Intel Media SDK 2018R2, with my dual-GPU (Windows 10 1809 + Intel HD Graphics 4600 + Nvidia GTX1080) equipped desktop.When I...
View Article