Skip to content

ok-op/heroku-buildpack-ffmpeg-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

heroku-buildpack-ffmpeg-latest

Push: Test
Scheduled: Test

If you'd like to maintain this repository, let me know!

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

Why this fork?

Since deployments from heroku failed due to a SSL TSL error, I forked the original repo and changed the url to a working url as a temporary workaround to keep deployments coming. See: jonathanong/heroku-buildpack-ffmpeg-latest#71

Usage

Run the following from the heroku command line:

heroku buildpacks:add --index 1 https://github.com/agieche/heroku-buildpack-ffmpeg-latest.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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages