caption-inspector icon indicating copy to clipboard operation
caption-inspector copied to clipboard

Caption Inspector is a reference decoder for Closed Captions (CEA-608 and CEA-708).

Results 18 caption-inspector issues
Sort by recently updated
recently updated
newest added

I have .MOV file with following info: ``` Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'HTI_short.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf58.76.100 timecode : 09:59:00:00 Duration: 00:25:23.00,...

**FROM debian:9-slim as base** Doesnot work anymore. 0.798 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. 0.798 W: The repository 'http://deb.debian.org/debian stretch Release' does not have...

Debian 9 is EOL so it's updated to actual one Dockerfile had hardcoded x86_64 file names, replaced to $ARCH

Firstly, many thanks to Rob & Co for sharing caption-inspector with the open source community. I've been using caption-inspector for a few years for field 1 data. However, recently I...

attempting to pull and build on osx / Darwin 147dda2fcbcc.ant.amazon.com 19.6.0 Darwin Kernel Version 19.6.0: Thu Jan 13 01:26:33 PST 2022; In file included from ../include/pipeline_utils.h:23: ../include/context.h:118:5: error: must use...

Hi, Would like a proper installation guide for windows PC. Appreciate your help. Regards Abhijeet

cd src ; make ../caption-inspector clang -c -Wpedantic -Wno-deprecated-declarations -I ../include source/mcc_file.c -o ../obj/mcc_file.o In file included from source/mcc_file.c:29: In file included from ../include/captions_file.h:23: In file included from ../include/pipeline_utils.h:23: ../include/context.h:117:5:...

CEA-708-E `DefineWindow` (DF0 - DF7) declares: > * `window style ID`: when non-zero, specifies 1 of 7 present window attribute styles... > * `pen style ID`: when non-zero, specifies 1...

I attempted to run caption-inspector on an old US TV broadcast with CEA-608 captions, reproduced [from hls.js demo page](https://hls-js.netlify.app/demo/?src=https%3A%2F%2Fplayertest.longtailvideo.com%2Fadaptive%2Fcaptions%2Fplaylist.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==): https://playertest.longtailvideo.com/adaptive/captions/playlist.m3u8 I downloaded the recording using `youtube-dl`, and have attached it...

The Makefiles for `caption-inspector` appear to be all hard coded to use `clang`: https://github.com/Comcast/caption-inspector/blob/476326f08a43ce38ecd1ea58b8910d7015e80cac/src/Makefile#L137-L143 This project builds fine on gcc 9.3 too. One can use [the implicit variable](https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html) `$(CC)` to...