Go to file
Daniel Tsvetkov 27860033d0 align frames 2022-01-16 13:59:25 +01:00
.gitignore espeak generation and video 2022-01-15 21:37:57 +01:00
INSTALL.sh espeak generation and video 2022-01-15 21:37:57 +01:00
README.md espeak generation and video 2022-01-15 21:37:57 +01:00
generate.py align frames 2022-01-16 13:59:25 +01:00
old_RUN.sh espeak generation and video 2022-01-15 21:37:57 +01:00
requirements.txt espeak generation and video 2022-01-15 21:37:57 +01:00
unsorted_words_lesson06.csv initial commit - up to lesson06 2019-04-14 21:37:45 +02:00
words.csv fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00

README.md

en_de

Generate audio/video from a dictionary.

Uses espeak for audio generation, Pillow for images with text overlay, OpenCV for video combining, ffmpeg for combining.

install

./INSTALL.sh

run

Change the lesson

python generate.py <lesson number>

old run

You first need a service account secret from Google Cloud Text-To-Speech API (go through the steps of Before you begin section, the rest is handled by the app).

Modify what you need from the generate.py file:

./RUN.sh