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
OptionDescriptionDefault
-o, --output <path>Output file<md>.mp4
-r, --resolution <WxH>Video resolution1920x1080
-d, --duration <s>Seconds per slide4
-f, --fps <fps>Framerate30
--format <fmt>mp4 | webmmp4
-t, --transition <ms>Crossfade duration500
--transition-type <n>fade | zoom | wiperight…fade
--no-runSkip all run blocks-
--screenshotSave PNG of every slide-
--keep-framesKeep raw PNG files-
--speedPlayback speed multiplier1