Skip to content

Instantly share code, notes, and snippets.

View bruchu's full-sized avatar

Bruce Chu bruchu

  • San Francisco, CA
View GitHub Profile
## Get FFMpeg working on heroku by building binaries using vulcan
# also added instructions on how to compile with libmp3lame and libx264
gem install vulcan
vulcan create foo
#clone the app vulcan just created
git clone git@heroku.com:foo