Re: [FFmpeg-user] lagfun misunderstanding?

2020-03-29 Thread Zedsquared
>Try this workaround: >ffmpeg -i IMG_1685.MOV -filter_complex "format=rgb24,extractplanes=r+g+b[r][g][b];[g]lagfun=decay=0.999[gg];[gg][b][r]mergeplanes=0x001020:gbrp" -t 5 -y greenlagtest.mp4 >Michael Thanks Micheal! I''ll have to take some time to see what's going on there but I get the gist

Re: [FFmpeg-user] lagfun misunderstanding?

2020-03-29 Thread Zedsquared
>It's a decimal input which is then treated as a binary bitmask. So dec >10 becomes bin 1010 i.e. filter the 1st and 3rd planes. > >Gyan Ah! that would explain a lot! I can confirm I'm still confused, however.. My understanding is that RGB24 has three planes, red then green then blue. From yo

Re: [FFmpeg-user] lagfun misunderstanding?

2020-03-29 Thread Zedsquared
I do apologise, the example I just posted omitted the planes argument to lagfun, here's the command I was using and resulting output ffmpeg -i IMG_1685.MOV -q:v 0 -vcodec h264 -acodec aac -strict -2 -filter:v format=pix_fmts=rgb24,lagfun=decay=0.999:planes=1 greenlagtest2.mp4 input http://www.r

[FFmpeg-user] lagfun misunderstanding?

2020-03-29 Thread Zedsquared
Hi Folks, I'm exploring the lagfun filter and think I may have some fundamental misunderstanding as I'm not getting the results I expect. I have a video of green lasers on glassware in the dark and wish to make the laser flashes persist. My attempts so far seem to result in the green flashes

Re: [FFmpeg-user] filter guidance needed: persisting one colour

2020-03-06 Thread Zedsquared
Lagfun looks close to ideal, thanks! Robin. -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ

[FFmpeg-user] filter guidance needed: persisting one colour

2020-03-06 Thread Zedsquared
Hi Folks, I'm looking for a suggestions as to a pipeline to achieve this effect for a public art project ( I don't need a full pipeline, just suggestions as to where to start looking among the filters and the general way to approach things would be appreciated ). The situation is a static over