Skip to main content

cleya capture

Record a real page driven through a scripted sequence to video (product demos, walkthroughs)

cleya capture --url http://localhost:3000 --script demo.json --scale 2 --output demo.mp4

Options

FlagWhat it does
--urlStarting URL of a running app (provide this OR --html)string
--htmlStarting local HTML filestring
--scriptAction recipe — file path or inline JSON (see docs/capture-spec.md)required · string
--widthViewport width in pixels (default 1280)string
--heightViewport height in pixels (default 720)string
--scaleDevice scale factor for retina (e.g. 2)string
--fpsOutput frame rate (default 30)string
--no-cursorDon't inject the synthetic cursor + click rippleboolean
--qualityScreencast JPEG quality 0-100 (default 90)string
--hideCSS selectors to hide, comma-separated (dev overlays are auto-hidden)string
--outputOutput MP4 pathstring
--overwriteOverwrite output file if it existsboolean

Category: author — create media from specs (scene DSL, cards, titles, captions, voiceover, capture)

Generated from the toolkit

Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift. Run cleya capture --help for the same information in your terminal.