github CCExtractor/ccextractor v0.70
0.70 - GSOC (2014-07-06)

latest releases: v0.94, v0.93, v0.92...
6 years ago

This is the first release that is part of Google's Summer of Code. Anshul, Ruslan and Willem joined CCExtractor to work on a number of things over the summer, and their work is already reaching the mainstream version of CCExtractor.

  • Added a huge dictionary submitted by Matt Stockard.
  • Added DVB subtitles decoder, spupng in output
  • Added support for cdt2 media atoms in QT video files. Now multiple atoms in a single sample sequence are supported.
  • Changed Makefile.
  • Fixed some bugs.
  • Added feature to print info about file's subtitles and streams (-out=report).
  • Support Long PMT.
  • Support Configuration file.
    • There is an sample configuration file in doc/ folder with name ccextractor.cnf.sample
    • Just now only ccextractor.cnf named files kept beside ccextractor executable is supported
    • for details of which options can be set using configuration file, please look at sample file.
  • Added options for custom transcript output:
    new parameter (-customtxt format), where the format must be like this: 1100100 (7 digits).
    These indicate whether the next things should be displayed or not in the (timed) transcript:
    - Display start time
    - Display end time
    - Display caption mode
    - Display caption channel
    - Use a relative timestamp (relative to the sample)
    - Display XDS info
    - Use colors
    Examples:
    0000101 is the default setting for transcripts
    1110101 is the default for timed transcripts
    1111001 is the default setting for -ucla
    Make sure you use this parameter after others that might affect these settings (-out, -ucla, -xds, -txt, -ttxt, ...)
  • Fixed Negative timing Bug

Don't miss a new ccextractor release

NewReleases is sending notifications on new releases.