* fix: bump leptonica-sys to 0.4.3 and update Cargo.lock * fix: bump rust version to 1.57.0 and build vcpkg for window hardsubx builds * fix: add Bcrypt dependency * fix: switch to rust stable * chore: bump package versions * fix: try to remove i686 to fix error * fix: install tesseract and lint fixes * fix: try using ffmpeg the third * fix: include headers * fix: add rsmpeg * fix: switch default triplet to static md * fix: import errors * fix: directory path * fix: pre build commands * fix: update vcxproj * fix: linux ci * fix: ci fixes * chore: lint fixes * fix: error * fix: copy include files * fix: ci error * fix: link swresample lib * fix: some errors * fix: include directory path and include all libraries * fix: try to add library directories * fix: fixes in libraries * fix: formatting ci * fix: mflat errors * fix: libcurl * fix: preprocessor definitions * fix: add libcrypto * fix: remove lib_hash to fix conflicts (we have libcrypto already) * fix: add avcodec and avformat dependencies on windows * fix: add remaining deps that may fix the build * fix: add crypt depdency * fix: rename conflicting names * Revert "fix: remove lib_hash to fix conflicts (we have libcrypto already)" This reverts commitf57ff716ed. * fix: prefix with CC_ * fix: post build actions * fix: ocr error * Revert "fix: ocr error" This reverts commit92599454b6. * fix: xcopy error * fix: generated file name for x64 * fix: ocr error * fix: add item group at top to see if it works * fix: remove unwanted headers, removed \\ from VCPKG_ROOT, remove unwanted includes in vcxproj * fix: add libpng for non hardsubx, comment the broken ocr code again * fix: libpng path * feat: add lib png headers in ClCompile * fix: png.h not found * fix: last try for ocr fix * fix: libpng not found * fix: cl compile headers * fix: libpng and ocr * fix: libpng error * fix: redefinition error * fix: zlib for non hardsubx * fix: lib names * fix: zlib.h not found
CCExtractor
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 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)