Skip to content

warung-international/heroku-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-ffmpeg

Test

This is a fork of the original repository. All thanks to the past contributors.

A Heroku buildpack for ffmpeg that always downloads the latest static build. Unlike other build packs, I never compile anything.

Usage

Run the following from the heroku command line:

heroku buildpacks:add --index 1 https://github.com/warung-international/heroku-ffmpeg.git

You can set a custom download URL by setting the variable FFMPEG_DOWNLOAD_URL.

Note: This buildpack should be added before the main language buildpack (by using --index 1), since the application process types are calculated from the last buildpack in the list if no Procfile is specified.

About

A Heroku buildpack for ffmpeg that always downloads the latest static build.

Resources

License

Stars

Watchers

Forks

Contributors 6

Languages