CCExtractor - Official version maintained by the core team
Go to file
Nils ANDRÉ-CHANG 8d8dc9ccc2 Improve and simplify dprintf implementation (#1185)
It now returns a value like the rest of the printf family. It doesn't
brute force the amount of memory that needs to be allocated.

It also removes a warning.

I do not believe there should be any performance concerns with this
implementation as it is what `glibc` does:

https://code.woboq.org/userspace/glibc/libio/iovdprintf.c.html
2020-01-24 23:58:44 -08:00
.github Cmake with OCR and Hardsubx in different job 2020-01-19 20:30:04 +00:00
api [FIX] GCC warning fixes (#1204) 2020-01-23 18:49:16 -08:00
Dictionary Move show specific dictionaries to separate repo. (#891) 2018-01-09 12:14:18 -08:00
docs [IMPROVEMENT] Implement subtitle modifications for each encoder (#1214) 2020-01-23 18:45:56 -08:00
fonts Add GUI for CCExtractor (GSoC 2017) (#794) 2017-10-11 14:11:39 -07:00
gsoc/skrill Python bindings with extraction of CE608 grid and writing to a SRT output. (#768) 2017-08-20 08:54:35 -07:00
icon Add GUI for CCExtractor (GSoC 2017) (#794) 2017-10-11 14:11:39 -07:00
linux [FIX] GCC warning fixes (#1204) 2020-01-23 18:49:16 -08:00
mac [FIX] GCC warning fixes (#1204) 2020-01-23 18:49:16 -08:00
OpenBSD Update Makefile 2019-05-21 20:41:08 +02:00
package_creators Update PKGBUILD 2019-05-21 20:34:41 +02:00
src Improve and simplify dprintf implementation (#1185) 2020-01-24 23:58:44 -08:00
tests Remove SBS stuff from decoder_init 2017-01-15 23:55:41 +05:00
tools [FIX] #995 for All platforms and removed the icons folder in source package (#1057) 2018-12-25 23:08:06 +01:00
windows [FEATURE] SCC and CCD encoder (#1154) 2020-01-18 08:52:03 -08:00
.gitignore **[FIX]** Fix typos; **[IMPROVEMENT]** Update .gitignore for Visual Studio databases (#1052) 2018-12-11 12:29:21 -08:00
.travis.yml [FIX] Travis build for macOS. Also add cmake build test. (#1063) 2019-03-23 15:24:42 -07:00
LICENSE.txt [IMPROVEMENT] Add LICENSE File (#959) 2018-03-12 11:19:47 -07:00
README.md Add TV Samples to README 2019-12-02 16:56:33 +08:00
Vagrantfile Added Vagrantfile 2016-12-13 14:32:35 +03:00

logo

CCExtractor

Build Status Sample-Platform Build Status Windows Sample-Platform Build Status Linux SourceForge GitHub All Releases

CCExtractor is a tool used to produce subtitles for TV recordings from almost anywhere in the world. We intend to keep up with all sources and formats.

Subtitles are important for many people. If you're learning a new language, subtitles are a great way to learn it from movies or TV shows. If you are hard of hearing, subtitles can help you better understand what's happening on the screen. We aim to make it easy to generate subtitles by using the command line tool or Windows GUI.

The official repository is (CCExtractor/ccextractor) and master being the most stable branch.

Features

  • Extract subtitles in real-time
  • Translate subtitles
  • Extract closed captions from DVDs
  • Convert closed captions to subtitles

Programming Languages & Technologies

The core functionality is written in C. Other languages used include C++ and Python.

Installation and Usage

Downloads for precompiled binaries and source code can be found on our website.

Extracting subtitles is relatively simple. Just run the following command:

ccextractor <input>

This will extract the subtitles.

More usage information can be found on our website:

You can also find the list of parameters and their brief description by running ccextractor without any arguments.

You can find sample files on our website website to test the software.

Compiling CCExtractor

To learn more about how to compile and build CCExtractor for your platform check the compilation guide.

Support

By far the best way to get support is by opening an issue at our issue tracker.

When you create a new issue, please fill in the needed details in the provided template. That makes it easier for us to help you more efficiently.

If you have a question or a problem you can also contact us by email or chat with the team in Slack.

If you want to contribute to CCExtractor but can't submit some code patches or issues or video samples, you can also donate to us

Contributing

You can contribute to the project by reporting issues, forking it, modifying the code and making a pull request to the repository. We have some rules, outlined in the contributor's guide.

News & Other Information

News about releases and modifications to the code can be found in the CHANGES.TXT file.

For more information visit the CCExtractor website: https://www.ccextractor.org

License

GNU General Public License version 2.0 (GPL-2.0)