How can i use dynamic media to add multiple subtitle to a video
Solved! Go to Solution.
Views
Replies
Total Likes
Yes, please take a look at this resource: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/video/adding-captions-video.html....
You will need to add multiple files and then provide the correct subtitle file path.
Yes, please take a look at this resource: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/video/adding-captions-video.html....
You will need to add multiple files and then provide the correct subtitle file path.
Thanks EstebanBustamante
@pratikrautela You need to upload the .vtt files to scene7 server to use it in the video viewer with "caption" parameter in the video viewer initialization js. You can select the correct VTT file based on user selection in the front end.
videoViewer.setParam("caption","<full Copy URL path to the caption file .vtt>,1”
From Adobe docs
Note: For global support of video captions in languages other than English, the WebVTT standard requires that you create separate .vtt files and calls for each language you want to support.
@pratikrautela Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies