-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add subtitles for video feature #239
Comments
Any files to give me a working example? |
Hi @skjnldsv |
I just tested the patch below.
|
Plyr.io supports only .vtt (its more like HTML5 thing) The above index, has support for .srt files too. |
Actually, pull request #915 will provide .srt-like support for plyr.io. |
supporting anything else than vtt files will require to have an endpoint to is able to extract subtitles from the video and expose them as a conversion to vtt. there might be libraries that do it (I seem to remember a Node JS based one) maybe the generated vtt file could be cached in appdata like image previews after extracting+generating |
add this code to Videos.vue : template->video support many subtitle
`
The text was updated successfully, but these errors were encountered: