Skip to content

Instantly share code, notes, and snippets.

@hushin
Created August 26, 2017 11:19
Show Gist options
  • Save hushin/c2c04fc696aaa080ae54f146c7e04f62 to your computer and use it in GitHub Desktop.
Save hushin/c2c04fc696aaa080ae54f146c7e04f62 to your computer and use it in GitHub Desktop.
avi2mp4.workflow
ffmpeg -i $@ -f mp4 -vcodec libx264 -b:v 4000k -an -r 30 ${@%.*}.mp4
afplay "/System/Library/Sounds/Hero.aiff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment