The sharpness_vaapi filter does not apply any visible changes to the output on TGL (Tiger Lake), ADL (Alder Lake), and RPL (Raptor Lake) platforms under Linux when processing 8K resolution input. The MD5 checksum of the input and output files remains identical, indicating that the sharpening process did not occur. This issue affects both FFmpeg and GStreamer.
Expected Behavior
The MD5 checksum of output_vpp.yuv should differ from test_vpp_sharepen.yuv, indicating that the sharpness_vaapi filter has modified the video data.
Actual Behavior
The MD5 checksum of both files is identical:
What's the usage scenario when you are seeing the problem?
Video Analytics
What impacted?
Functionality impacted: The filter does not apply sharpening to 8K resolution videos, resulting in no visual difference between the input and output.sharpness_vaapiPlatforms impacted: TGL (Tiger Lake), ADL (Alder Lake), and RPL (Raptor Lake) on Linux.
Debug Information
My environment:
kernel: 6.5.0-44-generic
OS: Ubuntu 22.04.4 LTS
Which component impacted?
Video Processing
Is it regression? Good in old configuration?
No, this issue exist a long time
What happened?
The sharpness_vaapi filter does not apply any visible changes to the output on TGL (Tiger Lake), ADL (Alder Lake), and RPL (Raptor Lake) platforms under Linux when processing 8K resolution input. The MD5 checksum of the input and output files remains identical, indicating that the sharpening process did not occur. This issue affects both FFmpeg and GStreamer.
cmd:
Expected Behavior The MD5 checksum of
output_vpp.yuv
should differ fromtest_vpp_sharepen.yuv
, indicating that thesharpness_vaapi
filter has modified the video data.Actual Behavior The MD5 checksum of both files is identical:
What's the usage scenario when you are seeing the problem?
Video Analytics
What impacted?
Functionality impacted:
The filter does not apply sharpening to 8K resolution videos, resulting in no visual difference between the input and output.sharpness_vaapi
Platforms impacted:TGL (Tiger Lake), ADL (Alder Lake), and RPL (Raptor Lake) on Linux.
Debug Information
My environment: kernel: 6.5.0-44-generic OS: Ubuntu 22.04.4 LTS
Do you want to contribute a patch to fix the issue?
None