Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 680 Bytes

File metadata and controls

18 lines (14 loc) · 680 Bytes

VideoTranscriptor

🎬 Automatic video transcription tool powered by OpenAI Whisper. The python code automatically take your audio files and get accurate text transcriptions with timestamps.

Features

  • ✨ Automatic language detection - No need to specify the language
  • 📝 Timestamped transcriptions - Get text with precise time markers
  • 🎯 Multiple video support - Process multiple MP4 files easily
  • ⚡ Local processing - All processing happens on your machine
  • 🔧 Includes ffmpeg - No system dependencies required

Audio Support

  • Support .mp4 and .ogg files.

Install Dependencies

pip install -r requirements.txt

Usage

python video-transcriptor.py