#10302 closed defect (fixed)

feedback filter bug

Reported by: 张文兵 Owned by:
Priority: normal Component: undetermined
Version: 5.1.2 Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
10bit video using 'feedback' appears with a green color block
How to reproduce:

% ffmpeg -i test.mov -vf "[in][blurin]feedback=x=1005:y=2:w=656:h=507[out][blurout];[blurout]gblur=8[blurin]"  test.mp4

Change History (7)

comment:1 by Michael Koch, 14 months ago

Please show the full console output. I can't reproduce the issue with testsrc2 as input:

ffmpeg -f lavfi -i testsrc2,format=yuv422p10le -vf "[in][blurin]feedback=x=100:y=10:w=100:h=100[out][blurout];[blurout]gblur=8[blurin]" -t 10 -y test.mp4

in reply to:  1 ; comment:2 by 张文兵, 14 months ago

Replying to Michael Koch:

Please show the full console output. I can't reproduce the issue with testsrc2 as input:

ffmpeg -f lavfi -i testsrc2,format=yuv422p10le -vf "[in][blurin]feedback=x=100:y=10:w=100:h=100[out][blurout];[blurout]gblur=8[blurin]" -t 10 -y test.mp4

ffmpeg -f lavfi -i testsrc2,format=yuv422p10le,scale=1920:1080 -vf "[in][blurin]feedback=x=1005:y=2:w=656:h=507[out][blurout];[blurout]gblur=8[blurin]" -t 10 -y test.mp4

in reply to:  2 comment:3 by 张文兵, 14 months ago

Replying to 张文兵:

Replying to Michael Koch:

Please show the full console output. I can't reproduce the issue with testsrc2 as input:

ffmpeg -f lavfi -i testsrc2,format=yuv422p10le -vf "[in][blurin]feedback=x=100:y=10:w=100:h=100[out][blurout];[blurout]gblur=8[blurin]" -t 10 -y test.mp4

ffmpeg -f lavfi -i testsrc2,format=yuv422p10le,scale=1920:1080 -vf "[in][blurin]feedback=x=1005:y=2:w=656:h=507[out][blurout];[blurout]gblur=8[blurin]" -t 10 -y test.mp4

Need this specific x and y

comment:4 by Michael Koch, 14 months ago

I see, it's reproducible only if x and h are odd numbers. As a workaround it works with x=1006 and h=508.

in reply to:  4 comment:5 by 张文兵, 14 months ago

Replying to Michael Koch:

I see, it's reproducible only if x and h are odd numbers. As a workaround it works with x=1006 and h=508.

Yes, there is no problem installing the method you provided

comment:6 by Michael Koch, 14 months ago

The issue is only reproducible with 10-bit video if x is odd. No problem if y, w or h are odd. Also no problem with 8-bit video.

comment:7 by Elon Musk, 12 months ago

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