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.
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.