libcaption

CEA608/CEA708 closed-caption encoder and decoder library

brewmacoslinux
Try with needOr install directly
Source

About

Free open-source CEA608 / CEA708 closed-caption encoder/decoder

Commands

libcaption

Examples

Decode CEA608 closed captions from a video file$ libcaption --decode input.mov --output captions.srt
Encode SRT subtitles to CEA708 closed captions$ libcaption --encode captions.srt --output video_with_cc.mov
Display caption information from a media file$ libcaption --info video_file.mp4