-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Option to offset the subtitles/captions timing Videojs#5.13.2 #4212
Comments
We did lose that option quite a long time ago in 4.12 when we added in vttjs to parse the webvtt files. I could imagine such a feature is useful but it'll only apply to emulated tracks. I'm not sure we can do a good job of supporting it across browsers. |
I want to do the same as @roonie007, I did some research, and think it will be possible to convert the vtt into a json to modify the timestamps with javascript/jquery. This looks good too, http://www.sampingchuang.com/videojs-caption check "Advanced usage". Have to look more into that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
didn't this lib figured it out ? https://github.com/funkyremi/vtt-live-edit |
Thanks, will look into to that! |
This works like a charm with standard HTML5 player. I will try to make a plugin. |
How can I add an offset to the subtitles , some time they are not synchronized with the video , I am using "Videojs 5.13.2" , I have found the "trackTimeOffset" but it's no longer available in the 5.13.2 ? 23ab370
The text was updated successfully, but these errors were encountered: