FINN is a tool for automatic video generation from markdown
files.
- Images from markdown files
- AI voiceover
- Automatic cutting
- Compression
- Customizable
- Style using CSS
- Voice by changing
voice_sample.wav
- Start interactive CLI:
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True pnpm start <video_name>
(video_name is the name of the subfolder invideos
)- Example:
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True pnpm start hello_world
- Available commands in the CLI:
render
- Render and generate everythingregen
- Regenerate a chapterjoin
- Join all chapters into a single videoexit
- Exit the CLI
- Example: