Skip to content

Instantly share code, notes, and snippets.

@gjyoung1974
Created June 10, 2019 18:16
Show Gist options
  • Save gjyoung1974/122e405a2c645cbef2f1b536620bf10a to your computer and use it in GitHub Desktop.
Save gjyoung1974/122e405a2c645cbef2f1b536620bf10a to your computer and use it in GitHub Desktop.
Install FFMPEG
#!/bin/bash
brew install ffmpeg
brew cask install xquartz #dependency for gifsicle, only required for mountain-lion and above
open /usr/local/Cellar/x-quartz/2.7.4/XQuartz.pkg # runs the XQuartz installer (YOU NEED TO UPDATE THE PATH)
brew install gifsicle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment