How to concat videos present in different folders?
Unable to concat videos present in two different folders . Sample URL (not working) : https://res.cloudinary.com/ddyewklhk/video/upload/c_fill,du_10,so_0/fl_splice,l_video:ballerappCloudinary:61F4B245-1740-4CAB-A5C9-3C91F7520DF3.MOV:1683866349775/c_fill,du_10,so_0/fl_layer_apply/v1/ballerappCloudinary/livestream/c7d97cf85d47a91d90f68d83a892a362_Channel64c4ca391d9cc08c46dc4f0a_0.mp4
Best Answer
-
Hi Neha,
Specifying the width and height for both videos will make the video play.
Hope this helps.
Regards,
AkshayHelpful Links For You
š¬ Share questions, connect with other users in our Cloudinary Community forums and Discord server!
š§āš Join our Cloudinary Academy for free courses, workshops and other educational resources.
š Read our documentation for in-depth details on Cloudinary product features and capabilities
š° Check out the Cloudinary blog for the latest company news and insights0
Answers
-
Hi there,
Thanks for getting in touch.
When Cloudinary returns an error for an image URL that failed to load due to a problem with the image or URL, we return an HTTP header containing more information about why the request failed.Ā
This information is sent in the `x-cld-error` header, and you can examine the request and response for the image which didn't load correctly.Ā
I've taken a look at your example, and in this case, the specific error is `Concatenated videos sizes don't match. Given: 1280x720 and 1920x1080`
Looking at the two videos you are trying to concatenate, we are seeing that the resolution of the two are different. When concatenating two different videos they will need to be the same resolution.
Please see our documentation page for more information:Ā https://cloudinary.com/documentation/video_trimming_and_concatenating#concatenate_videos_together
Sincerely,
Tamara
0 -
Thanks Tamara
So specifying resolution while concatenating these videos will help . Is there a work around it?
Or just using a transition in transformation will help to resolve these right?
0