ceejayoz / heroku-buildpack-ffmpeg-latest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-buildpack-ffmpeg-latest

CircleCI

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

Add the following to your .buildpacks:

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

Or run the following from the heroku command line:

heroku buildpacks:add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git

About

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

License:MIT License


Languages

Language:Shell 100.0%