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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...