Add ffmpeg buildpack for scalingo (#8500)

* 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.
This commit is contained in:
Satsuki Yanagi 2018-08-29 08:21:23 +09:00 committed by Eugen Rochko
부모 4bfd786550
커밋 ad94e1d50a
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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

파일 보기

@ -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": {