Video Echo Effect with Delay and Hue using Lagfun
0
0
# linux
ffplay -i /dev/video0 -vf 'lagfun=decay=0.98[tmp]; [tmp] hue=180*sin(t)'
# macos
ffplay -f avfoundation -i 0 -framerate 30 -vf 'lagfun=decay=0.98[tmp]; [tmp] hue=180*sin(t)'