TheBookKnight / Python-Fragments

Python scripts based on what I found on the internet
0 stars 0 forks source link

8 - Transcribe Videos with 97% Accuracy #9

Closed TheBookKnight closed 5 months ago

TheBookKnight commented 5 months ago

Prerequisites

Instructions

  1. Add the mp4 file in the same directory as the script
  2. Run pipenv run python mp4_to_wav_to_transcription.py
  3. When it asks for the video file name, input the file name including its extension .mp4
  4. It'll create the wav and transcription txt files in the same directory

Install Libraries