Opened 9 months ago

Closed 8 months ago

#10867 closed defect (fixed)

Video convolution filter ignores some values

Reported by: Ing. Radovan Konečný Owned by:
Priority: normal Component: avfilter
Version: unspecified Keywords: convolution 0rdiv 1rdiv 2rdiv 3rdiv
Cc: Ing. Radovan Konečný Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug: Video convolution filter ignores the specified values 0rdiv, 1rdiv, 2rdiv and 3rdiv. Always uses sum of all matrix elements.
How to reproduce:

% ffmpeg -i input -vf convolution="1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:100:100:100:100" output
ffmpeg version N-113649-ga2cfd6062c-20240215
built with gcc 13.2.0 (crosstool-NG 1.25.0.232_c175b21)

Change History (1)

comment:1 by Marton Balint, 8 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.