The Intel Media SDK is a cross-platform API for developing media applications on Windows and Linux. It is mainly used for hardware-accelerated video encoding, decoding, and processing via Intel Quick Sync Video available on Intel CPUs.
Questions tagged [intel-media-sdk]
20 questions
0
votes
1 answer
Error in visual studio 2015 which goes away in 2012
I am running the following code on my Windows10 machine with API version 1.19 of Intel Media SDK.
#include
#include"mfxvideo++.h"
void main() {
printf("this is a new program using intel media sdk");
mfxSession SWsess;
…

chinmish
- 99
- 1
- 11
0
votes
1 answer
VAAPI Compatibility issue with "Intel Corporation 3rd Gen Core processor Graphics Controller"
i am getting below error while running vainfo
libva info: VA-API version 0.99.0 libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD' libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found…

danishansari
- 634
- 5
- 21
0
votes
1 answer
App Rejection because OpenSSL
First of all this question already asked before here and here
And I have used this command $ unzip -p YourApp.apk | strings | grep "OpenSSL"
to get OpenSSL version, and I got
OpenSSL 1.0.0e 6 Sep 2011.
I'm using many libraries in app
this is…

Ma7moud El-Naggar
- 548
- 1
- 6
- 18
0
votes
1 answer
intel media software encoder
I am using graph edit, and trying to use intel media software encoder with windows-8 (32-bit, Processor Intel-core i5) and getting configuration error
But it works fine with following situation :
Windows-8 (64 bit , Processor intel-core…

user1539856
- 11
- 1
- 3