Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netgian/capcut2srt
Python tool designed to streamline the extraction of automatic captions from CapCut desktop
https://github.com/netgian/capcut2srt
capcut python srt-subtitles
Last synced: 5 days ago
JSON representation
Python tool designed to streamline the extraction of automatic captions from CapCut desktop
- Host: GitHub
- URL: https://github.com/netgian/capcut2srt
- Owner: netgian
- Created: 2023-10-15T13:15:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T19:16:33.000Z (9 months ago)
- Last Synced: 2024-02-20T20:29:48.314Z (9 months ago)
- Topics: capcut, python, srt-subtitles
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# capcut2srt
**capcut2srt** is a Python tool designed to streamline the extraction of automatic captions from CapCut desktop into SRT (SubRip Subtitle) format. This tool aims to facilitate the process of working with auto-generated captions for further processing or integration into various video editing workflows.
## Usage
To utilize **capcut2srt**, follow these simple steps:
1. **Clone the Repository**
```bash
git clone https://github.com/netgian/capcut2srt.git
```2. **Navigate to the Directory**:
```bash
cd capcut2srt
```3. **Run the Script**: Execute the Python script to initiate the extraction process.
```bash
python capcut2srt.py
```## Features
- **Simple Extraction**: Easily extract auto-generated captions from CapCut desktop.
- **SRT Formatting**: Converts extracted captions into SRT format, widely supported in various video editing software.
- **Customization**: Potential for customization and further integration into existing workflows.
## ContributionsContributions to enhance the functionality, performance, or documentation of **capcut2srt** are welcome. If you have suggestions for improvements or encounter any issues, feel free to open an issue or submit a pull request.