Skip to content

neil-re/whisper-video-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper Video Transcriber

A Python script that:

  1. Reads the path of a video file from path_video.txt.
  2. Converts the video to an audio file (.mp3) using FFmpeg.
  3. Uses OpenAI Whisper to:
    • Transcribe the audio into a .txt file.
    • Generate .srt subtitles with timestamps.

Features

  • Automatic audio extraction from video (.mp4, .mov, etc.).
  • Option to remove the generated audio file after processing.
  • Simple text-based configuration via path_video.txt.

Requirements

You can install dependencies using:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages