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

2024-06-02 Thread 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 " Unknown function in 't,0,9),alpha(X,Y),0)'" Seems geq filter not support generic function parsing. Please look into it. Have a

[FFmpeg-user] Question) Any way to change alpha for overlay while time goes by?

2024-06-02 Thread Lee Mitchell
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

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

2024-06-03 Thread Lee Mitchell
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

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

2024-06-03 Thread Lee Mitchell
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

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

2024-06-04 Thread Lee Mitchell
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

[FFmpeg-user] Hello. Gurus. Regarding PNG image overlay with alpha transparency change

2024-06-06 Thread Lee Mitchell
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

Re: [FFmpeg-user] Hello. Gurus. Regarding PNG image overlay with alpha transparency change

2024-06-07 Thread Lee Mitchell
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