VideoThumbsGenerateTransformation class

Creates N thumbnails for your video, where N is a non-zero integer ranging from 1 to 50; defaults to 1.

If the operation is omitted, a single thumbnail gets generated from the very middle of your video. If you define another N, thumbnails are generated from the frames evenly distributed along your video timeline. I.e., if you have a 20-second video with N set to 20, you will get a thumbnail per every second of your video.

See https://uploadcare.com/docs/transformations/video-encoding/#operation-thumbs

Inheritance
Implemented types

Constructors

VideoThumbsGenerateTransformation([int amount = 1])

Properties

amount int
final
delimiter String
Instruction delimiter
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
operation String
CDN API operation URL directive
no setteroverride
params List<String>
Related parameters
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
inherited