Skip to content

Instantly share code, notes, and snippets.

@jgillmanjr
Created August 11, 2020 02:29
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/c8f69e2ec378fb5d0d671d222bd80d29 to your computer and use it in GitHub Desktop.
Save jgillmanjr/c8f69e2ec378fb5d0d671d222bd80d29 to your computer and use it in GitHub Desktop.
#!/bin/bash
date
ffmpeg -i "$1" -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 "$2"
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment