>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 I think (I've not been near complex filters yet), you're
splitting the planes out and only running  lagfun on green then merging the
other two back in. Nice.

I'd still like to know what's up with the planes argument in lagfun, seems
the docs assume quite a lot of background knowledge that I've yet to
acquire, that's the trouble with diving into the middle of them. 

Good fun getting my teeth stuck into this stuff though!

Thanks to all the devs who made this amazing software available for mere
mortals like me to play with.

cheers,
       Robin.
 



--
Sent from: http://www.ffmpeg-archive.org/
_______________________________________________
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