CCExtractor - Official version maintained by the core team
Go to file
Shivam Kumar Jha c7bc2b78ac [IMPROVEMENT] Update libGPAC (#974)
* Add Updated GPAC

File changes have been directly inserted from libGPAC master into ccextractor's libGPAC.

This has resulted into removal of multiple custom functions and minor changes. These will be rectified in the next step of the updation.

Change severity: Very High

* Update libGPAC dependency

We use libGPAC for all our MP4 operations and, this commit updates it to the latest version.

All previous changes to the original library were restored post straight file updation and bugs have been removed.

change severity: very high

* Add Guide To Updating Dependencies

A small textual guide on how to update dependencies easily and efficiently.
2018-04-23 11:24:03 -07:00
.github Update ISSUE_TEMPLATE.md 2018-01-24 18:19:59 -08:00
api Upgrade code to be compatible with Python 3 (#925) 2018-02-09 12:57:09 -08:00
Dictionary Move show specific dictionaries to separate repo. (#891) 2018-01-09 12:14:18 -08:00
docs [IMPROVEMENT] Update libGPAC (#974) 2018-04-23 11:24:03 -07:00
fonts Add GUI for CCExtractor (GSoC 2017) (#794) 2017-10-11 14:11:39 -07:00
gsoc/skrill Add GSOC files back 2018-01-11 15:01:10 +08:00
icon Add GUI for CCExtractor (GSoC 2017) (#794) 2017-10-11 14:11:39 -07:00
linux linux/builddebug: Added non-local directories to the incluye search path so we don't require a locally compiled tesseract or leptonica 2018-04-02 17:24:47 -07:00
mac update build scripts 2018-01-24 15:46:22 +08:00
OpenBSD Version 0.77 2015-06-20 17:00:19 +05:30
package_creators [IMPROVEMENT] Modify rpm.sh package script to preserve the source rpm (#788) 2017-10-06 16:35:35 -07:00
src [IMPROVEMENT] Update libGPAC (#974) 2018-04-23 11:24:03 -07:00
tests Remove SBS stuff from decoder_init 2017-01-15 23:55:41 +05:00
tools Upgrade code to be compatible with Python 3 (#925) 2018-02-09 12:57:09 -08:00
windows ccx_decoders_common.c: Removed trivial memory leak. 2018-02-21 20:31:09 +00:00
.gitignore [IMPROVEMENT] Corrected the tags file format of ctags in .gitignore (#908) 2018-02-23 11:36:59 -08:00
.travis.yml Updated traivis.yml to fix osx build (#947) 2018-02-27 11:34:26 -08:00
LICENSE.txt [IMPROVEMENT] Add LICENSE File (#959) 2018-03-12 11:19:47 -07:00
README.md [FEATURE] Added version no. of libraries to --version (#939) 2018-02-25 09:16:48 -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

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.

Google Summer of Code 2018

CCExtractor is participating in Google Summer of Code (GSoC) 2018!

Google Summer of Code is an amazing program sponsored by Google in which university students get to spend their summer working with open source organizations and get paid for their work.

You can read all about it on GSoC's website

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.

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)