Skip to content

teepsllc/heroku-buildpack-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Heroku buildpack for ffmpeg

This is a Heroku buildpack for using ffmpeg in your project.

Currently, this will always install the latest version of ffmpeg.

Usage

To use this buildpack, you should add this buildpack before your main one, then deploy your app!

$ heroku buildpacks:set heroku/ruby
$ heroku buildpacks:add --index 1 https://github.com/teepsllc/heroku-buildpack-ffmpeg.git
$ heroku buildpacks
  1. https://github.com/teepsllc/heroku-buildpack-ffmpeg.git
  2. heroku/ruby

You can verify the installation with

$ heroku run "ffmpeg -version"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages