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 | mp4 |
-t, --transition <ms> | Crossfade duration | 500 |
--transition-type <n> | fade | zoom | wiperight… | fade |
--no-run | Skip all run blocks | - |
--screenshot | Save PNG of every slide | - |
--keep-frames | Keep raw PNG files | - |
--speed | Playback speed multiplier | 1 |