Re: [FFmpeg-user] feedback filter

2022-04-18 Thread Michael Koch
Am 18.04.2022 um 20:00 schrieb Michael Koch: Hello, I'm just testing the new feedback filter with this command line: ffmpeg -i test.jpg -vf "[in][fb_in]feedback=x=2000:y=1000:w=2000:h=2000[out][fb_out];[fb_out]gblur=50[fb_in]" -map "[out]" -y out.jpg I get this error message: Output with

Re: [FFmpeg-user] feedback filter

2022-04-18 Thread Paul B Mahol
On Mon, Apr 18, 2022 at 8:00 PM Michael Koch wrote: > Hello, > > I'm just testing the new feedback filter with this command line: > > ffmpeg -i test.jpg -vf > "[in][fb_in]feedback=x=2000:y=1000:w=2000:h=2000[out][fb_out];[fb_out]gblur=50[fb_in]" > > -map "[out]" -y out.jpg > > I get this error

[FFmpeg-user] feedback filter

2022-04-18 Thread Michael Koch
Hello, I'm just testing the new feedback filter with this command line: ffmpeg -i test.jpg -vf "[in][fb_in]feedback=x=2000:y=1000:w=2000:h=2000[out][fb_out];[fb_out]gblur=50[fb_in]" -map "[out]" -y out.jpg I get this error message: Output with label 'out' does not exist in any defined