Skip to main content

cleya still

Turn a still image into a video clip — fit/pad to canvas (no forced crop, unlike kenburns)

cleya still --image hero.png --duration 5 --fit contain --bg '#fffbf0' --output hero.mp4

Options

FlagWhat it does
--imagePath to the imagerequired · string
--durationClip duration in seconds (default 5)string
--fitcontain = letterbox/pad (default), cover = fill+crop, stretch = ignore aspectstring · one of contain, cover, stretch
--bgPad colour for contain (default black)string
--widthOutput width (default 1920)string
--heightOutput height (default 1080)string
--fpsFrames per second (default 30)string
--outputOutput file 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 still --help for the same information in your terminal.