I want to do some file operations using ffmpegA
I want to do some file operations using ffmpeg as soon as a file is uploaded to my storage bucket, and then want to upload the resulting files to another R2 storage bucket.
I have gone through the doc, but can't figure out how to do it. can someody please help
1 Reply
What have you gotten so far? 🙂
I'd think of having a webhook that is triggered upon your file is uploaded to your storage bucket, do the magic (not entirely sure if worker has enough resources for
ffmpeg
thou - you may need another service for that) and push it to your desired R2.