mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-09-23 15:24:41 +00:00
Update version number across all packaging and build files for the 0.96.5 release. Files updated: - docs/CHANGES.TXT - Added changelog entry - src/lib_ccx/lib_ccx.h - VERSION define - linux/configure.ac - AC_INIT version - mac/configure.ac - AC_INIT version - OpenBSD/Makefile - V variable - package_creators/PKGBUILD - pkgver - package_creators/ccextractor.spec - Version - package_creators/debian.sh - VERSION - packaging/chocolatey/ccextractor.nuspec - version - packaging/chocolatey/tools/chocolateyInstall.ps1 - URL - packaging/winget/*.yaml - PackageVersion and URLs Note: SHA256 checksums in chocolatey and winget files will need to be updated after the MSI is built. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
44 lines
2.0 KiB
XML
44 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>ccextractor</id>
|
|
<version>0.96.5</version>
|
|
<title>CCExtractor</title>
|
|
<authors>CCExtractor Development Team</authors>
|
|
<owners>CCExtractor</owners>
|
|
<licenseUrl>https://github.com/CCExtractor/ccextractor/blob/master/LICENSE.txt</licenseUrl>
|
|
<projectUrl>https://ccextractor.org</projectUrl>
|
|
<iconUrl>https://raw.githubusercontent.com/CCExtractor/ccextractor/master/windows/CCX.ico</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>CCExtractor is a tool that analyzes video files and produces independent subtitle files from the closed captions data.
|
|
|
|
### Features
|
|
- Extracts closed captions from various video formats (MPEG, H.264, MKV, MP4, etc.)
|
|
- Supports multiple input sources including DVDs, DVRs, and live TV captures
|
|
- Outputs to multiple formats (SRT, WebVTT, SAMI, transcript, etc.)
|
|
- OCR support for bitmap-based subtitles (DVB, teletext)
|
|
- Includes a graphical user interface
|
|
|
|
### Usage
|
|
After installation, run `ccextractor` from the command line or use the GUI.
|
|
|
|
```
|
|
ccextractor video.ts -o output.srt
|
|
```
|
|
|
|
For more options: `ccextractor --help`
|
|
</description>
|
|
<summary>Extract closed captions and subtitles from video files</summary>
|
|
<releaseNotes>https://github.com/CCExtractor/ccextractor/releases</releaseNotes>
|
|
<copyright>Copyright (c) CCExtractor Development</copyright>
|
|
<tags>subtitles closed-captions video extraction accessibility srt dvb teletext ocr media cli</tags>
|
|
<projectSourceUrl>https://github.com/CCExtractor/ccextractor</projectSourceUrl>
|
|
<packageSourceUrl>https://github.com/CCExtractor/ccextractor/tree/master/packaging/chocolatey</packageSourceUrl>
|
|
<docsUrl>https://github.com/CCExtractor/ccextractor/wiki</docsUrl>
|
|
<bugTrackerUrl>https://github.com/CCExtractor/ccextractor/issues</bugTrackerUrl>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
</files>
|
|
</package>
|