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.

VPP init error when composite on Windows

zhou_i_
Beginner
430 Views

Hi, I am using Media SDK 2016.0.1,I want to achieve video compositon on windows,I run sample_vpp.exe ,but MFXVideoVPP_Init return err -15,

my compostion file is:

stream=input_file1
width=1280
height=720
cropx=0
cropy=0
cropw=1280
croph=720
dstx=0
dsty=0
dstw=1280
dsth=720
fourcc=nv12

stream=input_file2
width=800
height=600
cropx=0
cropy=0
cropw=800
croph=600
dstx=0
dsty=0
dstw=800
dsth=600
fourcc=nv12
 

---------------------

and I run sample_vpp.exe as

     sample_vpp.exe -lib hw -dcc nv12 -composite com.par -o output.nv12 

0 Kudos
2 Replies
Anna_B_Intel
Employee
430 Views

Hi Zhou,

First of all you should check version of your graphics driver and update it from https://downloadcenter.intel.com/ if it's not the latest. Also please provide me an information about your system. For this reason you can use system analyzer tool (reed more about it https://software.intel.com/en-us/articles/media-sdk-tools).

Best wishes,

Anna

0 Kudos
zhou_i_
Beginner
430 Views

The question is solved,thank you

0 Kudos
Reply