Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.23 KB

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

    git clone https://github.com/netgian/capcut2srt.git
  2. Navigate to the Directory:

    cd capcut2srt
  3. Run the Script: Execute the Python script to initiate the extraction process.

    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.

Contributions

Contributions 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.