Skip to content

digitimage/ffmpeg-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Buildpack for ffmpeg

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

It doesn't do anything else, you have to use it alongside another buildpack thanks to the multi-buildpack.

This buildpack provides a static build of the 4.2.1 version of FFmpeg downloaded from https://www.ffmpeg.org/download.html

Usage

Setup the multi-buildpack

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

$ cat .buildpacks
https://github.com/Scalingo/ffmpeg-buildpack.git
https://github.com/Scalingo/go-buildpack.git 

The first buildpack will install FFmpeg, the second will handle the deployment of your go application. For any other technology, go to http://doc.scalingo.com/buildpacks/

Setup your application configuration

$ scalingo env-set BUILDPACK_URL=https://github.com/Scalingo/multi-buildpack.git
$ git push scalingo master
...

You can verify installing ffmpeg by following command.

$ scalingo run "ffmpeg -version"

Need of ffprobe?

ffprobe is now included in the package.

About

Install FFMPEG alongside your apps

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%