libltc provides functionality to encode and decode linear (or longitudinal) timecode (LTC) from/to timecode, including SMPTE date support. libltc is the successor of libltcsmpte.
libltc provides functionality to encode and decode linear (or longitudinal) timecode (LTC) from/to timecode, including SMPTE date support. libltc is the successor of libltcsmpte.
To install libltc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libltc
To see what files were installed by libltc, run:
port contents libltc
To later upgrade libltc, run:
sudo port selfupdate && sudo port upgrade libltc
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.