Media (Intel® 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
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Media Server Studio 2015 hevc hardware decode?

CBill2
Beginner
367 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
367 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
368 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
367 Views

Hi Surbhi,

It can work when add  -p 33a61c0b4c27454ca8d85dde757c6f8e

thank you for your help

0 Kudos
Surbhi_M_Intel
Employee
367 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