hello, i want to know about the cost for running function that uses ffmpeg to concatinate vidoes, the total video duration can be like 10h, can appwrite functions handle that and how much could the cost be ?
Well, if the encoding takes 10h, then I don't think you can use appwrite functions as the max execution time is capped to 15 minutes for async executions
not the encoding but the actual final video
its just concatination so there's no encoding
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...