-
-
Notifications
You must be signed in to change notification settings - Fork 34
Subtitles
WangBin edited this page Sep 11, 2024
·
2 revisions
libass is required, it can be found in sdk(libass.dll, libass.so, libass.dylib), remove it if you don't need it. For iOS, download and add ass.framework
to your xcode project. For linux, system libass can be used, you may have to install manually via system package manager.
If a required subtitle font is not found in the system(e.g. android), you can add assets/subfont.ttf in your app and SetGlobalOption("subtitle.fonts.file", font_path)
. On android font file can be an asset, then the path is assets://font_path
.