Re: [FFmpeg-user] FFmpeg-devel signup and patch status

2024-06-03 Thread Thilo Borgmann via ffmpeg-user
Hi, I tried to sign up on FFmpeg-devel, but the reset password is not reaching me. your mail is not subscribed to ffmpeg-devel (yet). Did you check your spam for registration mails? GMail behaves very strict sometimes, trying another mail address might be worth it in the long run if this keep

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

2024-06-03 Thread Paul B Mahol
On Mon, Jun 3, 2024 at 8:18 AM Lee Mitchell 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

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

2024-06-03 Thread Paul B Mahol
On Mon, Jun 3, 2024 at 8:23 AM Lee Mitchell wrote: > 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/1

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

2024-06-03 Thread 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(between(t\,0\,9),alpha(X,Y),0)'[alpha]; ?? which is not working. Could you show me the exact syntax for me? 2024년 6월 3

[FFmpeg-user] Is there a way to set 'closed_gop' in FFmpeg?

2024-06-03 Thread Mark Filipak
Hey, My cuts are perfect, true IDR. The join is perfect, yet MPV stalls for about 1/2 second and shows one, maybe two black frames. The only thing I can think of that would screw up the playing across my joins is MPEG's 'closed_gop' flag. It needs to set it to '1' for the GOP on the early side

[FFmpeg-user] Is there a way to set 'closed_gop' in FFmpeg?

2024-06-03 Thread Mark Filipak
With something a complicated as this stuff, I knew I would screw up something. Correction: I fixed the 'Commands used'. Hey, My cuts are perfect, true IDR. The join is perfect, yet MPV stalls for about 1/2 second and shows one, maybe two black frames. The only thing I can think of that would

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

2024-06-03 Thread 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(between(t\,0\,9),alpha(X,Y),0)'[alpha]; ?? which is not working. Could you show me the exact syntax for me? 2024년 6월 3

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

2024-06-03 Thread Paul B Mahol
On Mon, Jun 3, 2024 at 3:30 PM Lee Mitchell wrote: > 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(between(t\,0\,9),alpha(X,Y),0)'[alpha]; ?? which > is n