libass

Library for rendering ASS/SSA subtitle formats

brewmacoslinux
Try with needOr install directly
Source

About

Subtitle renderer for the ASS/SSA subtitle format

Commands

libass

Examples

Link libass library in C/C++ projects for subtitle rendering$ gcc myapp.c -o myapp $(pkg-config --cflags --libs libass)
Check libass version and installed features$ pkg-config --modversion libass
Verify libass installation and library path$ brew list libass