Skip to content
Extraits de code Groupes Projets
Valider ad94e1d5 rédigé par Satsuki Yanagi's avatar Satsuki Yanagi Validation de Eugen Rochko
Parcourir les fichiers

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.
parent 4bfd7865
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
https://github.com/heroku/heroku-buildpack-apt https://github.com/heroku/heroku-buildpack-apt
https://github.com/Scalingo/ffmpeg-buildpack
https://github.com/Scalingo/nodejs-buildpack https://github.com/Scalingo/nodejs-buildpack
https://github.com/Scalingo/ruby-buildpack https://github.com/Scalingo/ruby-buildpack
...@@ -91,6 +91,11 @@ ...@@ -91,6 +91,11 @@
"description": "Internal scalingo configuration", "description": "Internal scalingo configuration",
"required": true, "required": true,
"value": "https://github.com/Scalingo/multi-buildpack.git" "value": "https://github.com/Scalingo/multi-buildpack.git"
},
"WITH_FFPROBE": {
"description": "Internal scalingo configuration to install ffprobe",
"required": true,
"value": "true"
} }
}, },
"scripts": { "scripts": {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter