Use multiple subtitles/captions files
-
I have multiple captions/subtitles files that I would like to associate with a single video file so that the video is more accessible in multiple languages. When using the Embed Video from URL tool, there is only support for a single subtitles track. To combat this, I repeat the segment of the KGVID code regarding the subtitles track with the additional languages:
track_kind="subtitles" track_src="http://www.domain.com/track-en.vtt" track_srclang="en" track_kind="subtitles" track_src="http://www.domain.com/track-zh.vtt" track_srclang="zh"This, however, results in only the second subtitles track being available, labeled as the language of the first track. How do I use multiple subtitles with different languages on a single embedded video?
https://ww.wp.xz.cn/plugins/video-embed-thumbnail-generator/
The topic ‘Use multiple subtitles/captions files’ is closed to new replies.