videojs-rotatezoom icon indicating copy to clipboard operation
videojs-rotatezoom copied to clipboard

Are there any way to rotate video but keep the subtitles?

Open hxdev opened this issue 8 years ago • 2 comments

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?

hxdev avatar Aug 05 '16 01:08 hxdev

Good point. I will check how subtitle are embedded into it.

xbgmsharp avatar Aug 05 '16 12:08 xbgmsharp

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 👍

hxdev avatar Aug 05 '16 12:08 hxdev