Videojs and ssa/ass subtitles #8667
-
Hello there! I am new to Github so sorry if I am doing something wrong! Anyhow, I have a question if there is any way I could use ssa/ass subtitles in videojs? Right now I use .vtt subtitles by adding them through remote text track. But I really need the capabilities of ssa/ass subtitles. |
Beta Was this translation helpful? Give feedback.
Answered by
mister-ben
Apr 8, 2024
Replies: 1 comment 3 replies
-
@Oniara there is no native support for video.js, but there is the videojs-ass plugin. Have you had a chance to try it out? Repo source code : https://github.com/SunnyLi/videojs-ass |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might try https://github.com/libass/JavascriptSubtitlesOctopus. The example in their readme uses video.js:
https://libass.github.io/JavascriptSubtitlesOctopus/videojs.html.