Skip to content
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

Multiple transcripts at a time #28

Open
joy2g opened this issue May 23, 2019 · 1 comment
Open

Multiple transcripts at a time #28

joy2g opened this issue May 23, 2019 · 1 comment

Comments

@joy2g
Copy link

joy2g commented May 23, 2019

Hi, Thanks for making this awesome library.

I'm making a web page with videojs to let people learning English via watching videos.
So i want to show 2 different languages at a time while they watching videos

Something like this:

image

Do you have any suggestion about how to do this?
Thanks in advance

@tomByrer
Copy link
Contributor

Yes, a few ways:

  • merge 2 VTT files into 1 file (external) or 1 array (internal) then display that VTT.
  • merge both files 'on the fly'
    Then use CSS to make them display like that.

Good mockup!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants