heroku-buildpack-ffmpeg-latest

by hinterview

README.md

heroku-buildpack-ffmpeg-latest

This Heroku buildpack repository is forked from https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest

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/hinterview/heroku-buildpack-ffmpeg-latest.git

Or run the following from the heroku command line:

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

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/hinterview/heroku-buildpack-ffmpeg-latest.git

For existing applications:

$ heroku buildpacks:set https://github.com/hinterview/heroku-buildpack-ffmpeg-latest.git -a YOUR_APP_NAME