impossible to concatenate 3 videos
I have 3 videos to concatenate, they work individually, but when I try to concatenate them it doesn't work:
https://res.cloudinary.com/appli-reset/video/upload/v1575991346/test_folder/gvoz3b73p00ntpeely5v.mp4
https://res.cloudinary.com/appli-reset/video/upload/v1575991209/test_folder/yxzn3mwlz7ionwpajxe6.mp4
https://res.cloudinary.com/appli-reset/video/upload/v1575991640/test_folder/qcji3sikaf7wm3y34nl3.mp4
-
Hi,
If you look at the x-cld-error HTTP header of the response you can see the reason for the failure:: "Invalid transformation parameter - test"This indicates that the URL was parsed in a way that's not correct, and 'test' was being treated as part of the transformations part of the URL.
In your URL, the videos you're trying to overlay are not referenced correctly - to overlay files in subfolders, the path to the file should be separated with ':' characters instead of '/' characters. Also, the version number should not be included in the path.
I believe this URL is what you're looking for: https://res.cloudinary.com/appli-reset/video/upload/w_300,h_200,c_fill/l_video:test_folder:gvoz3b73p00ntpeely5v,fl_splice,w_300,h_200,c_fill/l_video:test_folder:yxzn3mwlz7ionwpajxe6,fl_splice,w_300,h_200,c_fill/v1575991640/test_folder/qcji3sikaf7wm3y34nl3.mp4
Please take a look and let me know if that helps and if there's anything else I can help withRegards,
Stephen
0 -
thank you very much! it works perfectly fine!!
all the best
Jerome
0 -
Great, glad to hear it! Please let me know if there's anything else I can help with
-Stephen
0
Post is closed for comments.
Comments
3 comments