menukaonline / goindex-extended

A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
https://demo.dudoo.workers.dev
MIT License
442 stars 252 forks source link

[FEATURE REQUEST] Support Substation Alpha Subtitle for video player. #43

Open XCR90 opened 2 years ago

XCR90 commented 2 years ago

Hi, is it possible to use https://github.com/libass/JavascriptSubtitlesOctopus for .ass or .ssa in the video player. So we can play or stream Substation Alpha subtitle in the video player. I know it may causing the performance issue if the subtitle has too much draw or effects. And idk if it's possible to extract font attachments or subtitle file inside the mkv container without downloading the whole file. Thanks.

xkoti commented 2 years ago

@XCR90 atm this project is using D Player, but @cheems is currently working on changing/adding plyr as a media player, i think you should submit your request on plyr's github page.

menukaonline commented 2 years ago

Plyr implementation and SRT/VTT support are already tested and ready to be pushed to the master branch. But it would be hard for the users to get the most out of it without a proper guidance. Therefore I started writing the WIKI and probably will make it available public within the next week