Skip to content

images

Stub — full reference will be filled in by the sync script (W2).

Commands

bash
cutcli images add <draftId> --image-infos <json> [options]
cutcli images list <draftId>

Main fields

FieldTypeRequiredNotes
imageUrlstringyesImage URL (auto-downloaded)
widthnumberyesWidth (px)
heightnumberyesHeight (px)
startnumberyesStart time (μs)
endnumberyesEnd time (μs)
transformX / transformYnumbernoPosition (-1 to 1)
scaleX / scaleYnumbernoScale (1.0 = original)
rotationnumbernoRotation (deg)
inAnimation / outAnimationstringnoEntrance / exit animation
transitionstringnoTransition to the next segment

Full list: cutcli images add --help.

Released under the MIT License.