[FFmpeg-trac] #10294(avfilter:new): convolution filter's rdiv option ignored
FFmpeg
trac at avcodec.org
Fri Mar 31 15:40:40 EEST 2023
#10294: convolution filter's rdiv option ignored
--------------------------------+------------------------------------
Reporter: Mark | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: avfilter
Version: 6.0 | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------+------------------------------------
Comment (by Michael Koch):
Here are 3 command lines for reproducing the issue. Regardless if 0rdiv is
unspecified or smaller or larger than 1, the output is always the same.
{{{
ffmpeg -f lavfi -i color=black:s=50x50 -vf
drawbox=w=1:h=1:x=25:y=25:color=white,format=gray,convolution="1 1 1 1 1 1
1 1 1" -frames 1 -y out.png
ffmpeg -f lavfi -i color=black:s=50x50 -vf
drawbox=w=1:h=1:x=25:y=25:color=white,format=gray,convolution="1 1 1 1 1 1
1 1 1":0rdiv=0.2 -frames 1 -y out_rdiv02.png
ffmpeg -f lavfi -i color=black:s=50x50 -vf
drawbox=w=1:h=1:x=25:y=25:color=white,format=gray,convolution="1 1 1 1 1 1
1 1 1":0rdiv=5.0 -frames 1 -y out_rdiv50.png
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10294#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list