libaribcaption

Portable ARIB STD-B24 caption decoder and renderer library

brewmacoslinux
Try with needOr install directly
Source

About

Portable ARIB STD-B24 Caption Decoder/Renderer

Commands

aribcc

Examples

Decode ARIB captions from a video file and output to SRT format$ aribcc -i input_video.ts -o captions.srt
Display caption information from a transport stream$ aribcc -i input_video.ts --info
Render captions with specific encoding to ASS subtitle format$ aribcc -i input_video.ts -o captions.ass --encoding utf-8