Skip to content
/ SubVid Public

AI Video Tools base on subtitles. Sub for sub-video or subtitle

Notifications You must be signed in to change notification settings

hrhrng/SubVid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subvid

A video subtitling project that uses Whisper to extract subtitles from videos.

This project is co-programing with Cursor

Installation

  1. Ensure you have Poetry installed on your system.

  2. Clone this repository and navigate to the project directory.

  3. Install the project dependencies:

    poetry install
  4. Note: This project requires FFmpeg for audio processing. Make sure FFmpeg is installed on your system.

    • On Ubuntu or Debian: sudo apt-get install ffmpeg
    • On macOS with Homebrew: brew install ffmpeg
    • On Windows: Download from the official FFmpeg website and add it to your system PATH.

After installation, you can run the project using:

Usage

To extract SRT subtitles from a video:

poetry run subvid /path/to/your/video.mp4 /path/to/output/subtitles.srt

About

AI Video Tools base on subtitles. Sub for sub-video or subtitle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages