by HasibulKabir
GitHub Readme.md
This is a Heroku buildpack for adding ffmpeg and ffprobe to your application.
More likely, you'll want to use it as part of a larger project, which needs to use ffmpeg and ffprobe. The easiest way to do this is with a multipack, where this is just one of the buildpacks you'll be working with.
Thanks to jonathanong for static build of ffmpeg
$ cat .buildpacks
git://github.com/heroku/heroku-buildpack-ruby.git
git://github.com/hasibulkabir/heroku-buildpack-ffmpeg-ffprobe.git
$ heroku buildpacks:add https://github.com/ddollar/heroku-buildpack-multi
By this you can use ffmpeg and ffprobe command.
heroku buildpacks:add https://github.com/HasibulKabir/heroku-buildpack-ffmpeg-ffprobe
Copy the snippet above into CLI.