libcaption is a library written in C to aid in the creating and parsing of closed caption data. To maintain consistency across platforms, libcaption aims to implement a subset of EIA-608, CEA-708 as supported by the Apple iOS platform.
libcaption is a library written in C to aid in the creating and parsing of closed caption data. To maintain consistency across platforms, libcaption aims to implement a subset of EIA-608, CEA-708 as supported by the Apple iOS platform.
To install libcaption, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libcaption
To see what files were installed by libcaption, run:
port contents libcaption
To later upgrade libcaption, run:
sudo port selfupdate && sudo port upgrade libcaption
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.