Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 1.81 KB

README.md

File metadata and controls

91 lines (63 loc) · 1.81 KB

Subtitle

Create subtitles for your video in a few clicks

Installation

  • 1 Clone the repository
git git@github.com:DoctorPok42/Subtitle.git
  • 2 Install dependencies
npm install
  • 3 Rename the .env.example file to .env and fill in the variables
GROQ_API_KEY="YOUR_API_KEY"
  • 4 Run the project
npm run dev

Usage

  1. Go to 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