Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 856 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 856 Bytes

FINN - Automatic Video Generation

FINN is a tool for automatic video generation from markdown files.

Features

  • Images from markdown files
  • AI voiceover
  • Automatic cutting
  • Compression
  • Customizable
    • Style using CSS
    • Voice by changing voice_sample.wav

Commands

  • Start interactive CLI: PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True pnpm start <video_name> (video_name is the name of the subfolder in videos)
    • Example: PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True pnpm start hello_world
    • Available commands in the CLI:
      • render - Render and generate everything
      • regen - Regenerate a chapter
      • join - Join all chapters into a single video
      • exit - Exit the CLI