dsv-su / play

Dev repository for Play
0 stars 1 forks source link

Subtitles #90

Closed pavelsokolov closed 1 year ago

pavelsokolov commented 2 years ago

It should be possible to upload subtitles to a presentation. Also, some automatic subtitling tool would be nice to have.

booski commented 2 years ago

subtitles are on the todo-list for the player, but probably won't be done in time for launch

booski commented 2 years ago

Subtitle support is now in the player.

Subtitles will be picked up from the top-level "subtitles" field in the package json. It should point to a file in VTT format (https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API).

The button to toggle subtitles will only be displayed on presentations that have subtitles at all.

Currently only one subtitle track is supported.