/heroku-buildpack-ffmpeg-ffprobe

Reason: i want ffprobe command for my app 🤫

Primary LanguageShell

Heroku buildpack: heroku-buildpack-ffmpeg-ffprobe

This is a Heroku buildpack for adding ffmpeg and ffprobe to your application.

Multipacks

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.

Another method

heroku buildpacks:add https://github.com/HasibulKabir/heroku-buildpack-ffmpeg-ffprobe