-
Notifications
You must be signed in to change notification settings - Fork 116
Feature: Add SSA/ASS rendering #181
Copy link
Copy link
Open
Labels
Description
There should be a way to add subtitles for SSA/ Advanced SSA as a codec for CoreVideo. Perian did so, And I was able to rip out the parts that Perian used to create subtitles. However, the code uses old, deprecated, and removed APIs called Apple Type Services. Apple Type Services, commonly abbreviated as ATSUI, is no longer available, but CoreText is meant to replace it. I'm working on the migration over here, but my lack of knowledge is stymied me
An alternative for SSA rendering is to use libASS. But libass relies on FreeType.
Reactions are currently unavailable