
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
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
