Contents
Setting up Assets
You will to place these files in the "input" directory before generating a video.
font.otf
This font will be used for captions.
source.mkv
The video that will play in the background, for example Minecraft parkour gameplay.
thirteen.wav
Source audio that will be used for TTS, but slowed by 10%.
main.py Command Line Arguments
--skip-script-generation
Skips script generation
--skip-tts
Skips TTS generation. Use both --skip-script-generation and --skip-tts to go right to subtitle alignment.
--skip-subtitle-alignment
Skips subtitle alignment. Use all three arguments to skip right to video rendering.
--no-overwrite-output
Writes the output video to output/temp.mp4 instead of output/output.mp4. Useful when you are currently uploading output.mp4.