Subtitles

Vimeo Subtitles Demo

0 seconds of 0 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
Keyboard Shortcuts
Play/PauseSPACE
Increase Volume
Decrease Volume
Seek Forward
Seek Backward
Captions On/Offc
Fullscreen/Exit Fullscreenf
Mute/Unmutem
Seek %0-9
00:00
00:00
00:00

With the new Vimeo embed features, subtitles as video text tracks is able to be obtained and selected.

    <div class="flex w-full h-auto my-auto">
          <div id="subtitles" class=""></div>
  </div>
  <script type="text/javascript">
  	var player = jwplayer("subtitles").setup({
    "aspectratio": "16:9",
    "playbackRateControls": true,
    "sources": [
        {
            "file": "https://vimeo.com/76979871",
            "type": "vimeo"
        }
    ],
    "vimeo": {
        "pro": true,
        "subtitles": true
    },
    "width": "100%"
});
  </script>