heroku-buildpack-ffmpegthumbnailer

by BiggerPockets

README.md

Heroku buildpack: FFMpeg

This is a Heroku buildpack for using ffmpegthumbnailer in your project.
It doesn't do anything else, so to actually compile your app you should use heroku-buildpack-multi to combine it with a real buildpack.

Usage

To use this buildpack, you should prepare .buildpacks file that contains this buildpack url and your real buildpack url.

You can verify installation of ffmpegthumbnailer by issuing the following command.

$ heroku run "ffmpegthumbnailer -version"

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/BiggerPockets/heroku-buildpack-ffmpegthumbnailer.git

For existing applications:

$ heroku buildpacks:set https://github.com/BiggerPockets/heroku-buildpack-ffmpegthumbnailer.git -a YOUR_APP_NAME