footage library

Classes

Composition
FootageController
Freeze
All child animation considers the time freezed to the given time.
Loop
Repeats all children animations during the given duration.
Marker
Markers
Markers allows to indicate important key frames in order to navigate more easily when in preview mode.
Sequence
Sequences are small sections in finite time that make up your video clip. By using a sequence, you can time-shift the display of your children.
Series
SeriesMarker
SeriesSequence
Time
A time representation that can be absolute or relative to another element.
VideoConfig
VideoContext

Enums

FrameStatus

Functions

captureImage(Element element) Future<Image>
Render the closest RepaintBoundary of the element into an image.
previewVideo(Widget app, {bool timeline = true, bool panel = true}) → void
renderVideo(Widget app, {Directory? directory}) → void
runVideo(Widget app, {bool timeline = true, bool panel = true}) → void