This script is for transcribing mp4 video files. It features a GUI using PyQT5.
Please note that does NOT include timestamps. This simply outputs the audio from a mp4 into a .txt file.
This repo is a slight spin off from vid2speech created by Dr. Alan Davies. You can find his tutorial for this here.
Use the package manager pip to install the required libraries.
pip install -r requirements.txt
or
Using pipenv:
pipenv install