It appears that Bluemix does not include FFMPEG as part of the standard runtime. However, we'd like to use FFMPEG in our application.
It seems the "correct" way to do this is to use a custom buildpack.
Consequently, a few questions:
- Should we be forking a Bluemix buildpack for this, or is it recommended practice to fork a CloudFoundry buildpack?
- Are there Bluemix customisations we'd lose if we forked a CloudFoundry buildpack?
- Is there a publicly accessible repository where the Bluemix buildpacks can be forked from?