Created
January 3, 2021 03:58
-
-
Save ksloan/7ccbab8c7023facf943c6abf5eb1a22c to your computer and use it in GitHub Desktop.
avectorscope
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 -i "The sun is in your eyes.mp3" -filter_complex \ | |
"[0:a]avectorscope=s=3840x2160:draw=line:rc=255:gc=238:bc=0:rf=80:gf=70:bf=0:scale=sqrt:rate=60,format=yuv420p[v]" \ | |
-map "[v]" -map 0:a output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment