Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softcatala/subdub-editor
A subtitle (soon also dubs) editor
https://github.com/softcatala/subdub-editor
Last synced: about 2 months ago
JSON representation
A subtitle (soon also dubs) editor
- Host: GitHub
- URL: https://github.com/softcatala/subdub-editor
- Owner: Softcatala
- License: apache-2.0
- Created: 2024-10-19T03:31:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T20:36:34.000Z (about 2 months ago)
- Last Synced: 2024-11-10T21:27:54.496Z (about 2 months ago)
- Language: TypeScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/](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
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`