Skip to content

JeremyMorgan/MassVideoTranscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mass Video Transcriber

Mass Video Transcriber is a Python script that processes video files to extract audio, transcribe the audio using the Whisper model, and save the transcriptions as text files. The script preserves the directory structure of the input files in the output directories.

"Mass Video Transcriber"

Features

  • Extracts audio from video files.
  • Transcribes audio files using the Whisper model.
  • Saves transcriptions as text files.
  • Preserves directory structure of input files.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/MassVideoTranscriber.git
    cd MassVideoTranscriber
  2. Install the required dependencies:

    pip install -r requirements.txt

Dependencies

Usage

  1. Place your video files in the videos directory.

  2. Run the script:

    python text-from-video.py

    To skip video processing and only transcribe existing audio files in the audio directory, use:

    python text-from-video.py processaudio

Folder Structure

  • /videos: Directory containing input video files.
  • /audio: Directory for storing extracted audio files.
  • /results: Directory for storing transcription text files.

Example

python text-from-video.py

Licensed under Creative Commons CC0 1.0 Universal license. Do whatever you want with this.

About

Mass Video Transcriber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages