Merge pull request #547 from Unhelpful/suboctopus

Use JavascriptSubtitlesOctopus to render ASS subtitles with embedded fonts.
This commit is contained in:
dkanada
2020-01-08 11:05:23 +09:00
committed by GitHub
6 changed files with 61 additions and 2 deletions
+4
View File
@@ -24,6 +24,10 @@
z-index: 1000;
}
.videoPlayerContainer .libassjs-canvas-parent {
order: -1;
}
video::-webkit-media-controls {
display: none !important;
}