Home

Awesome

Subtitle/Dubs Editor

This is a React-based single-page application for editing video subtitles and dubs. It allows users to upload a video, extract existing subtitles, edit them, and rebuild the video with the updated subtitles.

Try it out

You can try the Subtitle/Dubs Editor online at: https://ccoreilly.github.io/subdub-editor/

Features

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/ccoreilly/subdub-editor.git
    cd subdub-editor
    
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    npm start
    
  4. Open your browser and navigate to http://localhost:3000