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.

Noise reduction

ahmed__shakeeb
Beginner
639 Views

I have trying out the noise reduction using media sdk which works fine but currently we are not in the position of using media sdk due to amount of work needed. The best option we have right now is using the vaapi and there when I try to use the noise reduction filter it does not seems to be doing anything. I am using the iHD driver with latest version of vaapi. My question is why is the noise reduction filter not working when I use the vaapi ? 

0 Kudos
2 Replies
Mark_L_Intel1
Moderator
639 Views

Hi Shakeeb,

Sorry for the late response.

I am not sure how to help you but yes, Media SDK is constructed on top of VAAPI so by theory, you should be able to check how it is implemented in Media SDK by check the source code here:

https://github.com/Intel-Media-SDK/MediaSDK

Let me know if this helps.

Mark

0 Kudos
Furong_Zhang_Intel
639 Views

Hi Shakeeb,

As for VAAPI, we have sample code for denoise. Please check the below and let us know if you have further questions.

https://github.com/intel/libva-utils/blob/master/videoprocess/vppdenoise.cpp ;

Thanks,

Furong

0 Kudos
Reply