Skip to content

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

License

Notifications You must be signed in to change notification settings

hmh84/heroku-buildpack-ffmpeg-latest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-ffmpeg-latest

Original Source: https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest

This repository is for my own personal use. You may use it, however it is not guarenteed that it will continue to be hosted at the same git url or download distibution url. I strongly suggest you either use the original, or clone your own version.

Usage

Run the following from the heroku command line:

heroku buildpacks:add --index 1 https://github.com/hmh84/heroku-buildpack-ffmpeg-latest.git

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%