Examples¶
Example presentations demonstrating vac features.
Available Examples¶
| Example | Description | Features |
|---|---|---|
| Intro | Self-documenting introduction | Multi-language (en-US, en-GB, es-ES) |
Example Structure¶
Each example follows a consistent structure:
examples/<name>/
├── presentation.md # Marp source (with inline voiceovers)
├── transcript.json # Multi-language transcript
└── output.mp4 # Generated video (after running)
Running Examples¶
Using Inline Comments¶
Using Transcript (English)¶
vac \
--input examples/intro/presentation.md \
--transcript examples/intro/transcript.json \
--output examples/intro/output_en-US.mp4
Using Transcript (Spanish)¶
vac \
--input examples/intro/presentation.md \
--transcript examples/intro/transcript.json \
--lang es-ES \
--output examples/intro/output_es-ES.mp4
Creating Your Own Example¶
-
Create directory:
-
Create
presentation.md: -
Optionally create
transcript.jsonfor multi-language -
Generate video:
Contributing Examples¶
We welcome example contributions! Please:
- Follow the standard structure
- Include both inline comments and transcript.json
- Add at least 2 languages if using transcript.json
- Test video generation before submitting