Ccextractor

Extracts closed captions and teletext subtitles from video streams (DVB, .TS, ReplayTV 4000 and 5000, dvr-ms, bttv, Tivo, Dish Network, .mp4, HDHomeRun are known to work).

Module

List the versions available as modules:

module spider ccextractor

Output:

--------------------------

  ccextractor/0.85

  ccextractor/0.86

--------------------------

...

See how to load the version you need:

module spider ccextractor/<version>

Load any required modules that are reported by the spider command, and then load the ccextracor module:

module load ccextractor/<version>

Usage

The ccextractor will print verbose usage info with the --help flag:

ccextractor --help

The is also extensive documentation on the project website [2].

References