[FFmpeg-trac] #10294(avfilter:closed): convolution filter's rdiv option ignored
FFmpeg
trac at avcodec.org
Wed Feb 28 09:12:36 EET 2024
#10294: convolution filter's rdiv option ignored
--------------------------------+------------------------------------
Reporter: Mark | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: avfilter
Version: 6.0 | Resolution: fixed
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------+------------------------------------
Comment (by Michael Koch):
The documentation of the "rdiv" option is unclear.
"Set multiplier for calculated value for each plane. If unset or 0, it
will be sum of all matrix elements."
Is this a multiplier or is the result divided by this value? The second
example "Apply Blur" suggests it's indeed a multiplier.
But then the sentence "If unset or 0, it will be sum of all matrix
elements" is wrong.
The default value should be the inverse of the sum of all matrix elements.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10294#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list