#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 sdc):

 Slightly modified repro as above, that I find a little easier to see

 {{{
 ffmpeg -f lavfi -i color=black:s=50x50 -vf
 drawbox=w=10:h=10: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=10:h=10:x=25:y=25:color=white,format=gray,convolution="1 1 1 1 1
 1 1 1 1":0rdiv=0.02 -frames 1 -y out_rdiv002.png

 ffmpeg -f lavfi -i color=black:s=50x50 -vf
 drawbox=w=10:h=10: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:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to