cleya gif
Export video segment as optimized GIF
cleya gif --input video.mp4 --start 0:02 --end 0:06 --width 320
Options
| Flag | What it does | |
|---|---|---|
--input | Path to input video | required · string |
--start | Start time (H:MM:SS, M:SS, or seconds) | string |
--end | End time (H:MM:SS, M:SS, or seconds) | string |
--width | Output width in pixels | string · default 480 |
--height | Output height in pixels. Omit to keep aspect; give both to pin an exact canvas (platforms with fixed GIF sizes need this) | string |
--fps | Frames per second | string · default 10 |
--output | Output file path | string · default <input>.gif |
--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 gif --help for the same information in your terminal.