DoctorPok42 / Subtitle

Create subtitles for your video and traduction in a few clicks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subtitle

Create subtitles for your video in a few clicks

Installation

  1. Clone the repository
git git@github.com:DoctorPok42/Subtitle.git
  1. Install dependencies
npm install
  1. Add .env file
touch .env
  1. Add the following variables to the .env file
OPENAI_API_KEY= # Your OpenAI API key
  1. Run the project
npm run dev

Usage

  1. Go to http://localhost:3000

  2. Upload your video file or paste the link to your video

  3. Click on the "Generate" button

  4. Wait for the subtitle to be generated

  5. It's done!

Sources Accepeted

Input

Extension Supported
.mp4
.mp3
.mpeg
.mpga
.m4a
.ogg
.wav
.webm
.flac

Output

Format Extension Supported
YIFY .srt

Tech

Folder structure

  • components - Contains all the components used in the project
  • pages - Contains all the pages used in the project
  • public - Contains all the static files used in the project
  • styles - Contains all the styles used in the project
  • api - Contains all the routes api used in the project

License

MIT

About

Create subtitles for your video and traduction in a few clicks

License:MIT License


Languages

Language:TypeScript 89.4%Language:SCSS 10.3%Language:JavaScript 0.4%