This set of tools downloads videos, transcribe audio in videos, translates the subtitles and saves them in SRT format. Thus it can help you to study foreign languages.
-
Python 3
-
Better to install a separate environment
python -m venv /path/to/env/name
-
ffmpeg
needs to be installed and path set -
Python packages need installed
pip install -r requirements.txt
-
requirements.txt
conatains 2 packages that are not available on non-Windows machines, please remove these two lines-
wxPython
-
Gooey
-
- First, copy videos to transcribe and translate to
./downloads/
folder
- Run
transcribe.py
- Run
transcribe.pyw
- The output will be in
./downloads/subs/
folder