To create single video served in streaming, containing the entire playlist or 100 videos.
We want to create a dictionary of sign language (videos), and then use it in a concatenated way.
Is it possible that from a text, we go from word to word to create a list or array of videos, then mix them all and serve the web a single video?
They can give us some example or documentation that will help us in the spec. In the docuemtnacion I have seen how two videos come together, but no more than two. I have also seen the possibility of a play list, but it is not what we want, the desired is a single video served in streaming, containing the entire playlist.
Any help in this regard? Thank you.
-
Hi,
You can concatenate multiple videos, please see this example:
Please let me know if it helps.
Yakir
1 -
I appreciate your help Yakir,
but I do not understand very well, within the route, as indicated by the different names of the different videos.
I get the feeling that this example is the mixture of different fractions of the same video called MLB2. Please correct me if I'm wrong.What I disagree is to concatenate different video ids. Example
Video1_hello + Video2_this + Video3_is + video4_your + video5_homeIn addition to being able to do, how could you program this in php or React.
You also need to know, how many videos could you get to concatenate? Is there any limit?
And finally, if this same operation could be done with audios too.
Thank you so much.
0 -
Well, that's true, but you can change the layer names:
l_video:<any video public_id on your account>
Please see this for more information (there is an option to how to do that in multiple languages):
Please let me know if it helps.
Yakir
0
Post is closed for comments.
Comments
3 comments