Add Multiple Subtitle to a video using dynamic media | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EstebanBustamante

Yes, please take a look at this resource: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/video/adding-captions-video.html?lang=en

 

You will need to add multiple files and then provide the correct subtitle file path.

3 replies

kautuk_sahni
Employee
October 17, 2023

@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.

Kautuk Sahni
Saravanan_Dharmaraj
New Participant
October 16, 2023

@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.

EstebanBustamante
EstebanBustamanteAccepted solution
New Participant
October 16, 2023

Yes, please take a look at this resource: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/video/adding-captions-video.html?lang=en

 

You will need to add multiple files and then provide the correct subtitle file path.

Esteban Bustamante
New Participant
October 17, 2023

Thanks EstebanBustamante