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
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

how to adjust VPP algorithm parameters dynamically?

jackhong
Beginner
237 Views

I'm trying to reset the vpp for allowing dynamic algorithm parameters, such as Detail Factor、Denoise Factor;

 MFXVideoVPP_Reset returns MFX_ERR_NONE, but  has no effect.

0 Kudos
1 Solution
Sheng_G_Intel1
Employee
237 Views

for some algorithm, MFXVideoVPP_Reset  is not supported, and it will return MFX_ERR_NONE but no effect.

you can try replace MFXVideoVPP_Reset with MFXVideoVPP_Close & MFXVideoVPP_Init to make it work.

View solution in original post

3 Replies
jackhong
Beginner
237 Views

system and software info:

Graphics Devices:
        Name                                         Version             State
        Intel(R) HD Graphics            10.18.10.4226       Active

System info:
        CPU:    Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
        OS:     Microsoft Windows 7

software info:

        INDE 2015  SDK API 1.11

Jiandong_Z_Intel
Employee
237 Views

Hi There,

You can refer to "4.11.1  DoNotUse and DoUse lists" in page 44  in Intel® Media SDK Dev Guide,

Help this can help you.

Thanks

Zachary

Sheng_G_Intel1
Employee
238 Views

for some algorithm, MFXVideoVPP_Reset  is not supported, and it will return MFX_ERR_NONE but no effect.

you can try replace MFXVideoVPP_Reset with MFXVideoVPP_Close & MFXVideoVPP_Init to make it work.

Reply