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 | webm | pdfmp4
-t, --transition <ms>Crossfade duration500
--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-runSkip all run blocks-
--screenshotSave PNG of every slide-
--fastFast preview mode (480p, 15fps)false
--keep-framesKeep raw PNG files-
--speed <n>Playback speed multiplier1
--narrative-onlyOverwrite outputs with audio narrative-
--no-narrativeForce silent export (ignores logs)-