Skip to content

Instantly share code, notes, and snippets.

@jgillmanjr
Created August 22, 2020 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgillmanjr/3d0c8727bf608ac2fe5f1743edf60254 to your computer and use it in GitHub Desktop.
Save jgillmanjr/3d0c8727bf608ac2fe5f1743edf60254 to your computer and use it in GitHub Desktop.
FFMPEG Audio 2 Spectragraph
ffmpeg -i $args[0] -filter_complex "[0:a] showspectrum=s=1920x1080:slide=scroll:mode=combined:color=fruit:legend=disabled [v]" -map "[v]" -map 0:a -movflags faststart -c:v libx264 -b:v 10M -r 60 -c:a aac -b:a 512k $args[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment