Hi,
I'm trying to run the sampe_decode in INDE, my hardware is Core M5y70, graphic is HD5300, OS win8.1, the sample version I used is
Intel Media Samples 6.0.0.49, the driver I downloaded is win64_153619.exe.
my runtime parameter is set as
h265 -i 1080p_Big_buck_bunny_1080p_f619.bin -o test.yuv -hw -p 33a61c0b4c27454ca8d85dde757c6f8e
the input stream I used is compressed with x265 in videoLan, with the default setting.
but I got the following failure:
plugin_loader.h :157 [INFO] Plugin was loaded from GUID
Return on error: error code -3, src\pipeline_decode.cpp 641
Return on error: error code -3, src\pipeline_decode.cpp 287
Return on error: error code 1, src\sample_decode.cpp 496
plugin_loader.h :183 [INFO] MFXBaseUSER_UnLoad(session=0x000000FD9EF735C0), sts=
0
I checked that -3 is unsupported feature, does it mean my hardware not support this feature, or I did something wrong?
thanks