
Does anyone have experience with this? I need to be able to use ffmpeg inside a function

Hi 👋 I have seen developers installing Chromium on Appwrite Functions. That makes me think ffmpeg should also be possible. I have tried it myself but if you build a binary during build or cold-start, it should be usable. You might also consider pre-built portable version, if ffmpeg has that. For it to run on Appwrite Functions, you will need Linux Alpine version of ffmpeg
Recommended threads
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Connecting server functions to GitHub re...
The project I am working in has recently moved organizations on Appwrite. The same is true for the repo on GitHub, which as moved from a private user to a organ...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
