Skip to content

HasibulKabir/heroku-buildpack-ffmpeg-ffprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages