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
commit 57c779b4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 61 additions and 2 deletions

View file

@ -24,6 +24,10 @@
z-index: 1000;
}
.videoPlayerContainer .libassjs-canvas-parent {
order: -1;
}
video::-webkit-media-controls {
display: none !important;
}