Last active
September 7, 2022 18:34
-
-
Save allanlei/bfab6b93ceb54d4e21025e0f5e6ad7c8 to your computer and use it in GitHub Desktop.
Pulsating Blur
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -stream_loop -1 -i bbb.mp4 -filter_complex "\ | |
[0:v]split=2[base][overlay]; | |
[overlay]gblur=5,format=yuva444p,geq=r='r(X,Y)':a='abs(255*sin(T))'[overlay]; | |
[base][overlay]overlay[out]" \ | |
-map "[out]" output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
output.mp4