File tree Expand file tree Collapse file tree 13 files changed +29
-13
lines changed
Expand file tree Collapse file tree 13 files changed +29
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MAINTAINER = Marc Espie <espie@openbsd.org>
44CATEGORIES = multimedia
55COMMENT = closed caption subtitles extractor
66HOMEPAGE = https://ccextractor.org
7- V = 0.96
7+ V = 0.96.3
88DISTFILES = ccextractor.${V:S/.//}-src.zip
99MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ccextractor/}
1010DISTNAME = ccextractor-$V
Original file line number Diff line number Diff line change 1+ 0.96.3 (2025-12-29)
2+ -------------------
3+ - New: VOBSUB subtitle extraction with OCR support for MP4 files
4+ - New: VOBSUB subtitle extraction support for MKV/Matroska files
5+ - New: Native SCC (Scenarist Closed Caption) input file support - CCExtractor can now read SCC files
6+ - New: Configurable frame rate (--scc-framerate) and styled PAC codes for SCC output
7+ - Fix: Apply --delay option to DVB/bitmap subtitles (previously only worked with text-based subtitles)
8+ - Fix: 200ms timing offset in MOV/MP4 caption extraction
9+ - Fix: utf8proc include path for system library builds
10+ - Fix: Use fixed-width integer types in MP4 bswap functions for better portability
11+ - Fix: Guard ocr_text access with ENABLE_OCR preprocessor check
12+ - Fix: Preserve FFmpeg libs when building with -system-libs -hardsubx
13+ - Build: Add vobsub_decoder to Windows and autoconf build systems
14+ - Build: Add winget and Chocolatey packaging workflows for Windows distribution
15+ - Docs: Add VOBSUB extraction documentation and subtile-ocr Dockerfile
16+
1170.96.2 (2025-12-26)
218-------------------
319- Fix: Resolve utf8proc header include path when building against system libraries on Linux.
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.71] )
5- AC_INIT ( [ CCExtractor] , [ 0.96] , [ carlos@ccextractor.org] )
5+ AC_INIT ( [ CCExtractor] , [ 0.96.3 ] , [ carlos@ccextractor.org] )
66AC_CONFIG_AUX_DIR ( [ build-conf] )
77AC_CONFIG_SRCDIR ( [ ../src/ccextractor.c] )
88AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.71] )
5- AC_INIT ( [ CCExtractor] ,[ 0.96] ,[ carlos@ccextractor.org] )
5+ AC_INIT ( [ CCExtractor] ,[ 0.96.3 ] ,[ carlos@ccextractor.org] )
66AC_CONFIG_AUX_DIR ( [ build-conf] )
77AC_CONFIG_SRCDIR ( [ ../src/ccextractor.c] )
88AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
Original file line number Diff line number Diff line change 11pkgname=ccextractor
2- pkgver=0.96
2+ pkgver=0.96.3
33pkgrel=1
44pkgdesc=" A closed captions and teletext subtitles extractor for video streams."
55arch=(' i686' ' x86_64' )
Original file line number Diff line number Diff line change 11Name: ccextractor
2- Version: 0.96
2+ Version: 0.96.3
33Release: 1
44Summary: A closed captions and teletext subtitles extractor for video streams.
55Group: Applications/Internet
Original file line number Diff line number Diff line change 11#! /bin/bash
22TYPE=" debian" # can be one of 'slackware', 'debian', 'rpm'
33PROGRAM_NAME=" ccextractor"
4- VERSION=" 0.96"
4+ VERSION=" 0.96.3 "
55RELEASE=" 1"
66LICENSE=" GPL-2.0"
77MAINTAINER=" carlos@ccextractor.org"
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
33 <metadata >
44 <id >ccextractor</id >
5- <version >0.96.2 </version >
5+ <version >0.96.3 </version >
66 <title >CCExtractor</title >
77 <authors >CCExtractor Development Team</authors >
88 <owners >CCExtractor</owners >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
77$packageArgs = @ {
88 packageName = $packageName
99 fileType = ' MSI'
10- url64bit = ' https://github.com/CCExtractor/ccextractor/releases/download/v0.96.2 /CCExtractor.0.96.2 .msi'
10+ url64bit = ' https://github.com/CCExtractor/ccextractor/releases/download/v0.96.3 /CCExtractor.0.96.3 .msi'
1111 checksum64 = ' FFCAB0D766180AFC2832277397CDEC885D15270DECE33A9A51947B790F1F095B'
1212 checksumType64 = ' sha256'
1313 silentArgs = ' /quiet /norestart'
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
22PackageIdentifier : CCExtractor.CCExtractor
3- PackageVersion : 0.96.2
3+ PackageVersion : 0.96.3
44Platform :
55- Windows.Desktop
66MinimumOSVersion : 10.0.0.0
@@ -15,7 +15,7 @@ UpgradeBehavior: install
1515Installers :
1616- Architecture : x64
1717 InstallerType : msi
18- InstallerUrl : https://github.com/CCExtractor/ccextractor/releases/download/v0.96.2 /CCExtractor.0.96.2 .msi
18+ InstallerUrl : https://github.com/CCExtractor/ccextractor/releases/download/v0.96.3 /CCExtractor.0.96.3 .msi
1919 InstallerSha256 : FFCAB0D766180AFC2832277397CDEC885D15270DECE33A9A51947B790F1F095B
2020ManifestType : installer
2121ManifestVersion : 1.9.0
You can’t perform that action at this time.
0 commit comments