So, I'm developping an easy interface for my client, so they can make content for an app that use supabase as a backend.
Amoung the types of contents, their is stuffs that require my client to upload a video or choose from those in a supabase bucket.
Since my client doesn't want to pay a ton of money in bandwidth, I want to help them save cost by only showing the first frame of a video that already is on supabase, that would act as a thumbnail, so they can choose the correct video.
Is it possible to do something like that with supabase ?
createObjectURLfunction and use the result of it as.srcof the video tag. This would show you a one-frame preview... PS: The more professional solution is to get/paste frame data into a template video