Export Command
The total production command. Walks through your Markdown and compiles all animations into one video.
slides-tape export talk.md -d 6 --transition-type zoom
Export with 2x speed for all embedded recordings:
slides-tape export talk.md --speed 2
| Option | Description | Default |
|---|---|---|
-o, --output <path> | Output file | <md>.mp4 |
-r, --resolution <WxH> | Video resolution | 1920x1080 |
-d, --duration <s> | Seconds per slide | 4 |
-f, --fps <fps> | Framerate | 30 |
--format <fmt> | mp4 | webm | pdf | mp4 |
-t, --transition <ms> | Crossfade duration | 500 |
--transition-type <n> | fade | zoom | wiperight… | fade |
--theme <name> | Export theme (dark or light) | dark |
--bg-music <path> | Path to background music audio file | - |
--bg-volume <vol> | Background music volume (0.0 to 1.0) | 0.2 |
--no-run | Skip all run blocks | - |
--screenshot | Save PNG of every slide | - |
--fast | Fast preview mode (480p, 15fps) | false |
--keep-frames | Keep raw PNG files | - |
--speed <n> | Playback speed multiplier | 1 |
--narrative-only | Overwrite outputs with audio narrative | - |
--no-narrative | Force silent export (ignores logs) | - |