Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Heroku buildpack: FFmpeg with LAME

This is a Heroku buildpack for using ffmpeg compiled with LAME.

Usage

To use this buildpack you'll first need to set heroku-buildpack-multi as your custom buildpack:

$ heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git

From here you will need to create a .buildpacks file which contains (in order) the buildpacks you wish to run when you deploy:

$ cat .buildpacks
https://github.com/craftsmen/heroku-buildpack-ffmpeg-lame
https://github.com/heroku/heroku-buildpack-ruby

Deploy your app like usual:

$ git push heroku master
...

You can verify ffmpeg is available by running the following command:

$ heroku run "ffmpeg -version"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages