Create collage from video first frame and images simultaneously
Hey, I created collage with photos using this page and everything works fine
https://cloudinary.com/cookbook/generate_your_photo_collage_online
Now i have to create collage using video thumbnails, the idea is to create collage from first frame of uploaded video and collage with images and video frames simultaneously. When i tried create collage with imgaes and videos cloudinary returned error: Resource not found <video public id>.
Is any solution to get first frame public id from uploaded video to cloudinary and create collage with images ?
-
Public_id is the full name of the uploaded video including the folder names.
You will find the public_id in your media library UI under the uploaded video.
The whole video has the same public_id, if you want to fetch an image frame you can do so by using start offset. For more information: https://cloudinary.com/documentation/video_manipulation_and_delivery#generating_video_thumbnails0
Post is closed for comments.
Comments
1 comment