libass
1.1、libass简介
是什么 ?:a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter.
开发语言:C
源码仓库:https://github.com/libass/libass
1.2、通过包管理器安装libass
操作系统包管理器安装命令
macOSHomeBrewbrew install libass
GNU/LinuxHomeBrewbrew install libass
aptsudo apt-get install -y libass
CentOSyumsudo yum install -y libass
dnfsudo dnf install -y libass
openSUSEzyppersudo zypper install -y libass
Alpine Linuxapksudo apk add libass

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm libass
Gentoo LinuxPortagesudo emerge libass
1.3、通过编译源码安装libass
1.4、libass中包含的头文件
1.5、libass中包含的库文件
  • libass.{a | so | dylib}