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
| Flag | What it does | |
|---|---|---|
--image | Path to the image | required · string |
--duration | Clip duration in seconds (default 5) | string |
--fit | contain = letterbox/pad (default), cover = fill+crop, stretch = ignore aspect | string · one of contain, cover, stretch |
--bg | Pad colour for contain (default black) | string |
--width | Output width (default 1920) | string |
--height | Output height (default 1080) | string |
--fps | Frames per second (default 30) | string |
--output | Output file path | string |
--overwrite | Overwrite output file if it exists | boolean |
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.