• Resolved matthew489

    (@matthew489)


    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/

Viewing 1 replies (of 1 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    Using my plugin there’s no way to have more than one subtitle track unless you add your video to the WordPress database.

Viewing 1 replies (of 1 total)

The topic ‘Use multiple subtitles/captions files’ is closed to new replies.