You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: Added a histogram in one-minute increments of the number of lines in a subtitle.
New: Added Autoconf build scripts for CCExtractor to generate makefiles (mac).
New: Added Autoconf build scripts for CCExtractor to generate makefiles (linux).
New: Added .rpm package generation script.
New: Added build/installation script for .pkg.tar.xz (Arch Linux).
New: Added tarball generation script.
New: Added --analyzevideo. If present the video stream will be processed even if the
subtitles are in a different stream. This is useful when we want video information
(resolution, frame type, etc). -vides now implies this option too.
[Note: Tentative - some possibly breaking changed were made for this, so if you
use it validate results]
New: Added a GUI in the main CCExtractor binary (separate from the external GUIs
such as CCExtractorGUI).
New: A Python binding extension so it's possible to use CCExtractor's tools from
Python.
New: Added -nospupngocr (don't OCR bitmaps when generating spupng, faster)
New: Add support for file split on keyframe (-segmentonkeyonly)
New: Added WebVTT output from Matroska.
New: Support for source-specific multicast.
New: FreeType-based text renderer (-out=spupng with teletext/EIA608).
New: Upgrade library UTF8proc
New: Upgrade library win_iconv
New: Upgrade library zlib
New: Upgrade library LibPNG
New: Support for Source-Specific Multicast
New: Added Travis CI support
New: Made error messages clearer, less ambiguous
Fix: Prevent the OCR being initialized more than once (happened on multiprogram and
PAT changes)
Fix: Makefiles, build scripts, etc... everything updated and corrected for all
platforms.
-Fix: Proper line ending for .srt files from bitmaps.
Fix: OCR corrections using grayscale before extracting texts.
Fix: End timestamps in transcripts from DVB.
Fix: Forcing -noru to cause deduplication in ISDB
Fix: TS: Skip NULL packets
Fix: When NAL decoding fails, don't dump the whole decoded thing, limit to 160 bytes.
Fix: Modify Autoconf scripts to generate tarball for mac from /package_creators/tarball.sh
and include GUI files in tarball
Fix: Started work on libGPAC upgrade.
Fix: DVB subtitle not extracted if there's no display segment
Fix: Heap corruption in add_ocrtext2str
Fix: bug that caused -out=spupng sometimes crashes
Fix: Checks for text before newlines on DVB subtitles
Fix: OCR issue caused by separated dvb subtitle regions
Fix: DVB crash on specific condition (!rect->ocr_text)
Fix: DVB bug (Multiple-line subtitle; Missing last line)
Fix: --sentencecap for teletext samples
Fix: Crash when image passed into OCR is empty
Fix: Temporarily wrapped the Python API, not production ready yet