Skip to content

Instantly share code, notes, and snippets.

@ksloan
Created January 3, 2021 03:58
Show Gist options
  • Save ksloan/7ccbab8c7023facf943c6abf5eb1a22c to your computer and use it in GitHub Desktop.
Save ksloan/7ccbab8c7023facf943c6abf5eb1a22c to your computer and use it in GitHub Desktop.
avectorscope
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