in my heroku PHP app I have to use ffmpeg with libx264 support but found no buildpack that provides libx264 support. So
https://github.com/snehasishroy/heroku-buildpack-ffmpeg
https://github.com/heroku/heroku-buildpack-php
Finally I created my heroku app with
heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi
But when I ran heroku run "ffmpeg -version" error message stated that ffmpeg:command not found
Can anybody please tell me what mistake I committed? Any help would be appreciated.
The problem is that https://snehasishroy.github.io/ffmpeg.tar.gz 404s :)
However, be advised that you should be compiling this on Ubuntu 10.04 for 64 bits (or on 14.04 64 bits and use https://blog.heroku.com/archives/2014/8/19/cedar-14-public-beta)