Search code examples
vimeovimeo-apivimeo-player

Vimeo Embed Language/Subtitles


I'm using Vimeo to host video files for a project however the videos can be in up to 8 languages. We are using subtitles PER VIDEO to split the languages up (1 video, 8 subtitle files).

The problem is I'm not able to find in the API docs or anywhere else if there's is a possibility of setting the language of the subtitles using the API or perhaps the iframe embed attributes.

Any help on this matter would be much appreciated. Thanks!


Solution

  • To all who are curious, I ended up building my own subtitle engine. The client had the subtitle files already created so using those and some clever JS parsing found online I was able to recreate subtitle functionality on my end.

    Let me know if you need help with that :)