libcaption icon indicating copy to clipboard operation
libcaption copied to clipboard

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

Results 21 libcaption issues
Sort by recently updated
recently updated
newest added

Working on adding live subtitles to a live stream. I have this working on another platform using HLS, with subtitles. Using the example flv+srt binary, I am having no luck...

GCC's static analyzer found a file pointer leak. I moved `fclose` to the outside of an `if` closure so that the file pointer will be always released when the file...

This is not an issue, I'm just looking for help. Sorry if this is not the correct channel. I'm trying to get an input video coming from an RTMP endpoint...

In digging into this I am just trying to get good CEA compliant captions out of OBS, the devs on Discord mentioned that OBS uses libcaption. That discussion can be...

This lib is for FFMPEG yeah? How do I implement it? Just trying to play a mpeg2 file and get captions to pass out SDI on decklink, any assist would...

This resolves the issue in: https://github.com/szatmary/libcaption/issues/46

Can libcaption be used to add multiple caption tracks to flv?

I will apologize for the ridiculousness of the test case in advance. Inserting captions every 50 ms is stupid, but the missing caption is easiest to repro from my side...

Fixes #59 * pop_on mode requires incrementing the frame timestamp until end_of_caption is encountered. * caption_frame_decode now always updates the timestamp of the frame when the timestamp parameter != -1....