Portable ccextractor is the portable version of ccextractor developed to be able to run from a USB flash drive or any other portable device.
This tool is a fast closed captions extractor for MPEG files. Supports HDTV transport streams, DVD and Replay TV.
In short ccextractor is a small program that processes MPEG 2 files and extracts closed captions data to generate subtitle files.
You can use this program to create .srt (subtitles) files for your TV captures, have transcripts so you can edit subtitles, etc.
You can pass as many input files as you need. They will be processed in order. Output will be one single file (either raw or srt). Use this if you made your recording in several cuts (to skip commercials for example) but you want one subtitle file with contiguous timing.
What's New in This Release: [ read full changelog ]
· More AVC/H.264 work. pic_order_cnt_type != 0 will be processed now.
· Fix: Rollup captions with interruptions for Text (with ResumeTextDisplay in the middle of the caption data) were missing complete lines. Added a timed text transcript output format, probably only useful for rollup captions. Use timedtranscript or ttxt.
Output is like this:
· 00:01:25,485 | HOST: LAST NIGHT THE REPUBLICAN
· 00:01:29,522 | HOPEFULS INTRODUCE THEMSELVES TO
· 00:01:30,623 | PRIMARY VOTERS.
· XDS parser. Not complete (no point in dealing with VChip stuff for example), but enough to extract program and station information.
· Input streams can now come from standard input using (just an hyphen) as parameter.
· Added a new output format called 'null' (use null or out=null). This format means "Don't produce any file", and is useful to have CCExtractor process the stream (for XDS messages, debugging, etc) without actually generating anything.
· Updated Windows GUI. Added quiet => If used, CCExtractor will no...