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.

how to adjust VPP algorithm parameters dynamically?

jackhong
Beginner
564 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
564 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

0 Kudos
3 Replies
jackhong
Beginner
564 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

0 Kudos
Jiandong_Z_Intel
Employee
564 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

0 Kudos
Sheng_G_Intel1
Employee
565 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.

0 Kudos
Reply