Skip to content

Instantly share code, notes, and snippets.

@Hiroshiba
Created November 12, 2018 15:47
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 Hiroshiba/a03e3adcf19b2d0d55b20a013a58051e to your computer and use it in GitHub Desktop.
Save Hiroshiba/a03e3adcf19b2d0d55b20a013a58051e to your computer and use it in GitHub Desktop.
.bash_profile
function hh-audio-movie () {
ffmpeg -y -i $1 \
-filter_complex "[0:a]showwaves=mode=p2p:s=hd480:colors=Cyan[v]" \
-map "[v]" -map 0:a -pix_fmt yuv420p \
-b:a 360k $2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment