Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK

Media Server Studio 2015 hevc hardware decode?

CBill2
Beginner
239 Views

 

Hi I have a problem when using Media Server Studio 2015 hevc decode,  I got error as shown below

My command arguments is " h265 -i Cactus_1920x1080_50_qp32.bin -hw -d3d -r"

Note "my computer is win10 x64 , intel i7-6700(skylake), ram 8G"

thank you 

 

0 Kudos
1 Solution
Surbhi_M_Intel
Employee
239 Views

Hi Chen,

Can you please try this with below cmd line with and without -r (i.e. rendering mode) 
sample_decode h265 -i <inputfile> -o <outputfile> -hw -d3d -p 33a61c0b4c27454ca8d85dde757c6f8e 

-p plugin guid which is a 32bit string, needed to load plugin.  

Do you have a Media Server Studio Professional edition installed? You might want to refer to a post on using samples on SKL -https://software.intel.com/en-us/forums/intel-media-sdk/topic/593838/

Thanks,
Surbhi

View solution in original post

0 Kudos
3 Replies
Surbhi_M_Intel
Employee
240 Views

Hi Chen,

Can you please try this with below cmd line with and without -r (i.e. rendering mode) 
sample_decode h265 -i <inputfile> -o <outputfile> -hw -d3d -p 33a61c0b4c27454ca8d85dde757c6f8e 

-p plugin guid which is a 32bit string, needed to load plugin.  

Do you have a Media Server Studio Professional edition installed? You might want to refer to a post on using samples on SKL -https://software.intel.com/en-us/forums/intel-media-sdk/topic/593838/

Thanks,
Surbhi

0 Kudos
CBill2
Beginner
239 Views

Hi Surbhi,

It can work when add  -p 33a61c0b4c27454ca8d85dde757c6f8e

thank you for your help

0 Kudos
Surbhi_M_Intel
Employee
239 Views

Hi Chen, 

Glad it worked, I am closing this issue! For any more issues, please start a new thread on media forum - https://software.intel.com/en-us/forums/intel-media-sdk

Thanks,
Surbhi

 

0 Kudos
Reply