On Mon, Jun 3, 2024 at 8:18 AM Lee Mitchell <[email protected]> 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
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
>
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to