Skip to content

jonathanong/heroku-buildpack-ffmpeg-latest

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
August 22, 2023 14:08
April 14, 2015 17:15
March 14, 2017 12:49
June 22, 2021 17:18

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.

Usage

Run the following from the heroku command line:

heroku buildpacks:add --index 1 https://github.com/jonathanong/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

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