Loading...
Loading...
Avg 66.6 stars per repo.
9 new projects with 24 stars.
Coding for 12 years.
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.
The core functionality is written in C. Other languages used include C++ and Python.
Downloads for precompiled binaries and source code can be found on our website.
WinGet:
winget install CCExtractor.CCExtractor
Chocolatey:
choco install ccextractor
Scoop:
scoop bucket add extras
scoop install ccextractor
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 to test the software.
CCExtractor also supports an autotools-based build system under the linux/
directory.
Important notes:
linux/. The configure script is
generated there and should be run from that directory.cd linux
./autogen.sh
./configure
make
cargo and rustc are available
on the system. In that case, Rust components are built and linked during
make.make clean or a fresh clone) is recommended, especially when Rust is
involved.This build flow has been tested on Linux and WSL.
To learn more about how to compile and build CCExtractor for your platform check the compilation guide.
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
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 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
GNU General Public License version 2.0 (GPL-2.0)