caption-inspector
caption-inspector copied to clipboard
Caption Inspector is a reference decoder for Closed Captions (CEA-608 and CEA-708).
There's a hard coded path to `/usr/local/bin/mediainfo` in `autodetect_file.c`: https://github.com/Comcast/caption-inspector/blob/476326f08a43ce38ecd1ea58b8910d7015e80cac/src/utils/autodetect_file.c#L52 As a result, if you have installed `mediainfo` in another directory that is in the `PATH` (eg: `/usr/bin`), such as...
Hi, I’m investigating the use of this library and it is very promising. However, it seems that the support for special characters in CEA-608 is missing or incorrect. But, when...
Hi. Thanks for the detailed instructions. All wen't relatively well. When I run, I get this. I am running against a single fragment .ts. Not sure that is supported, but...
Little cleaner messaging about what's being omitted.
make: *** No rule to make target 'sharedlib'. Stop. Seems the root Makefile has sharedlib, but the Makefile in src has nothing to reference sharedlib and thus fails. ?
The LTS the Dockerfile points to is far enough out of date that it's no longer available.
I'm just getting started with this tool but unfortunately I'm not able to get it working. I'm trying it through the docker image. In order to get it working on...