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.
Please look into it.
Have a
Hi.
There are RGBA support qtrle video clips that have no problem with alpha
support.
I'd like to overlay a video on top of base one, and want to change the
transparency while playing
like
"[1:v]alpha='if(between(t,0,10),(1-(t/10)) *
alpha(X,Y),0)'[v0];[v0]overlay[out]"
What kind of filter sequen
syntax for me?
2024년 6월 3일 (월) 오후 3:17, Lee Mitchell 님이 작성:
> 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
syntax for me?
2024년 6월 3일 (월) 오후 10:29, Lee Mitchell 님이 작성:
> Hi, Paul.
>
> First, thanks for the advice.
> Erm..thing is that I totally don't understand what you are saying as dumb.
> You mean, the expression should be...
> [1:v]geq=r='r(X,Y)':a='if(be
Thanks Paul. It's verified.
Have a good day.
2024년 6월 3일 (월) 오후 3:17, Lee Mitchell 님이 작성:
> 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
Hi.
What I know is alpha change for another video clip pon base video like as
"-filter_complex
"[1:v]geq=r='r(X,Y)':a='if(between(t,0,9),alpha(X,Y)*(T/9),0)'[alpha];"
which works very well as time goes by.
But it is not working for a PNG image file as time goes by. It only sets
alpha when the ove
Hi. Paul.
Sorry for the late reply since it verified just now
that working with '-loop 1 -i input_png' right in front filter_complex param
by your reminder. Thanks.
Have a nice rest of the day, Paul.
2024년 6월 7일 (금) 오후 12:54, Lee Mitchell 님이 작성:
> Hi.
>
> What I know