How to install ffmpeg on koyeb without docker image

Please someone tell me how I can install ffmpeg on koyeb without docker image?
I want Koyeb to detect those additional buildpacks from the git repo.
I am using Python application. Thank you.

Hello,

Please someone tell me how I can install ffmpeg on koyeb without docker image?

It’s not currently possible using a git-driven deployment, you will need to use a docker image. But you can still create a feature request on feedback.koyeb.com!

I want Koyeb to detect those additional buildpacks from the git repo.

We don’t currently support detection of additional buildpacks, only one is detected and used to build your application. Can you give a bit more details about what you are trying to achieve?

2 Likes

I just wanted to provide a small heads-up here: if anyone need ffmpeg and doesn’t want to self build and host a Docker image, we now have the Build from Dockerfile feature in technical preview where we will do it for you.

You can find more details in this changelog: Changelog Update #18 - Build from Dockerfile support in the control panel, improved deployment experience, new Node.js and Yarn versions, Upstash Redis database integration documentation