Sama
Sama
CCConvex Community
Created by Sama on 11/30/2024 in #support-community
Can Convex Handle Video Segmentation, Storage, and API Integration for Generating Long-Form Videos?
Hi, I’m building a video platform where users can generate short videos using a text-to-image generator. Currently, the platform can only produce 8-second videos, so for a 60-second video, I need to create multiple 8-second clips and combine them into a single video. I’d like to know if Convex can support this entire workflow, such as: 1. Storing the mini videos (8-second clips) as they are generated. 2. Possibly integrating any required backend logic to manage the video combination and storage in Convex. Or would it be better to solely use Convex for storage and handle the video combination process entirely on my own backend? I’m looking for advice on how to structure this pipeline effectively using Convex. Thanks!
2 replies