Quick Start¶
Create your first video in 5 minutes.
Step 1: Create a Presentation¶
Create a file called slides.md:
---
marp: true
theme: default
---
# Welcome
This is my first vac presentation!
<!-- Welcome to this presentation.
We'll create a video with AI narration. -->
---
# Features
- Easy to use
- AI-powered voiceovers
- Multiple output formats
<!-- This slide shows the key features.
[PAUSE:500]
Let's explore each one. -->
---
# Thank You
Questions?
<!-- Thanks for watching! -->
Step 2: Set Your API Key¶
Step 3: Generate the Video¶
What Happens¶
- Parsing - vac extracts voiceover text from
<!-- comments --> - TTS Generation - Text is sent to ElevenLabs, audio files created
- HTML Rendering - Marp CLI converts markdown to HTML
- Recording - Each slide is recorded with synchronized audio
- Combining - All slides are concatenated into
my_video.mp4
Next Steps¶
- Add pause directives for timing control
- Use transcript.json for multi-language
- Configure output options for different platforms