Skip to content

Commit

Permalink
Add ffmpeg buildpack for scalingo (mastodon#8500)
Browse files Browse the repository at this point in the history
* Add ffmpeg buildpack for scalingo.

* Add environment variable to install ffprobe

Note: For existing applications, admins needs to add 'WITH_FFPROBE=true' to environment variable.
  • Loading branch information
u1-liquid authored and Gargron committed Aug 28, 2018
1 parent 4bfd786 commit ad94e1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildpacks
@@ -1,3 +1,4 @@
https://github.com/heroku/heroku-buildpack-apt
https://github.com/Scalingo/ffmpeg-buildpack
https://github.com/Scalingo/nodejs-buildpack
https://github.com/Scalingo/ruby-buildpack
5 changes: 5 additions & 0 deletions scalingo.json
Expand Up @@ -91,6 +91,11 @@
"description": "Internal scalingo configuration",
"required": true,
"value": "https://github.com/Scalingo/multi-buildpack.git"
},
"WITH_FFPROBE": {
"description": "Internal scalingo configuration to install ffprobe",
"required": true,
"value": "true"
}
},
"scripts": {
Expand Down

0 comments on commit ad94e1d

Please sign in to comment.