buildpack-ffmpeg

by kitcast

README.md

buildpack-ffmpeg

A Heroku buildpack for ffmpeg with SSL support.

Usage

Add the following to your .buildpacks:

https://github.com/kitcast/buildpack-ffmpeg.git

CLI Installation

For new applications:

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

For existing applications:

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