videojs-rotatezoom
videojs-rotatezoom copied to clipboard
Are there any way to rotate video but keep the subtitles?
First, thank you for great plugin, worked as expected but there is one problem that when use transform to rotate video, the subtitles was rotate too. Could we keep the subtitles at its position?
Good point. I will check how subtitle are embedded into it.
Currently, the subtitles will keep its own position if we turnoff the nativeTextTracks
Like this:
"html5":{"nativeTextTracks":false}
But if we turn it of, subtitles will not work on iOS devices at the FullScreen mode!
Hope you can find another solution 👍