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
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Confusion around Tables / TablesDB vs Da...
Hello everyone, I ran into quite a bit of confusion when trying to migrate a Function from Databases.createDocument() to the new Tables / Rows API and wanted t...