Ishmael Sameen

Results 43 comments of Ishmael Sameen

Actually, I think I'll just use MFXVideoVPP_Query () to query the support instead of hacking with the MFX version. I'll rename this question then instead, it could help clarify things...

@avbelova I was referring to NV12->YUY2, P010->YUY2 output CSC, MSDK reference gives NV12, BGRA, etc., output CSC in the manual, but no mention of YUY2. There is support for it...

I noticed you've got multiple .pc files. You should delete those that don't match the msdk installation path.

@skyline220 did you resolve this yet? Can you provide the output of the following command? `pkg-config --libs mfx`

Can you ls -al /opt/intel/mediasdk/lib and prove to me the header files are there? This looks like an issue with your MSDK installation. Follow the Intel MSDK installation steps from...

@skyline220 you need to confirm after setting up MSDK where the header files are located.

@skyline220 one more thing, please do a clean installation, so you have to delete your current MSDK installation using the command rm -rf /opt/intel/mediasdk and delete any ld.so.conf files that...

What's the platform you are using, and what is the codec format used for encoding?

Your graphics driver could possibly have issues, can you upgrade to the latest driver? https://downloadcenter.intel.com/download/27267/Graphics-Intel-Graphics-Driver-for-Windows-15-40-?product=91831

Ok, I will need to be able to reproduce this error on my side. Can you provide a simple GStreamer pipeline that invokes this error on your platform? Also, what's...