Created
June 10, 2019 18:16
-
-
Save gjyoung1974/122e405a2c645cbef2f1b536620bf10a to your computer and use it in GitHub Desktop.
Install FFMPEG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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