Subtitle/Dubs Editor
October 19, 2024 ยท View on GitHub
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
- Upload and play video files
- Extract existing subtitles from videos
- Edit subtitle text, timing, and duration
- Visual timeline for subtitle editing
- Rebuild video with updated subtitles
Prerequisites
- Node.js (v18 or later)
- npm (v9 or later)
Installation
-
Clone the repository:
git clone https://github.com/ccoreilly/subdub-editor.git cd subdub-editor -
Install dependencies:
npm install -
Start the development server:
npm start -
Open your browser and navigate to
http://localhost:3000