[FFmpeg-user] Feature improvement request for 'geq' filter to support functions

Paul B Mahol onemda at gmail.com
Mon Jun 3 14:51:21 EEST 2024


On Mon, Jun 3, 2024 at 8:18 AM Lee Mitchell <npdmailing at gmail.com> wrote:

> Hi.
>
> When I use filter_complex syntax below, I get an error that cannot proceed.
> "-filter_complex
> "[1:v]geq=r='r(X,Y)':a='if(between(t,0,9),alpha(X,Y),0)'[alpha];"
> then
> " Unknown function in 't,0,9),alpha(X,Y),0)'"
> Seems geq filter not support generic function parsing.
>

geq works fine with generic function parsing.

One needs to escape ',' in expressions.


> Please look into it.
>
> Have a good day.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list