darkmessOriginal post
Rank 2: Process
Does anyone have experience with this? I need to be able to use ffmpeg inside a function
Summary
Question: Can FFmpeg be installed on a cloud function?
Developer A: I've seen developers install Chromium on Appwrite Functions, so I believe installing FFmpeg should be possible as well. Have you tried building a binary during the build or cold-start process? Additionally, consider using a pre-built portable version of FFmpeg if available. Just make sure to use the Linux Alpine version of FFmpeg for it to run on Appwrite Functions.
Solution: Try building a binary during the build or cold-start process, or use a pre-built portable version of FFmpeg (specifically the Linux Alpine version) to install it on Appwrite Functions.