pro_video_editor library

Classes

CreateVideoThumbnail
A configuration model for generating video thumbnails.
EditorVideo
A model that encapsulates various ways to load and represent a video.
ExportTransform
Represents a set of transformations to apply during video export.
ExportVideoModel
A model that holds all required data for exporting a video.
VideoInformation
A class that holds metadata information about a video.
VideoUtilsService
A utility service for video-related operations.

Enums

EditorVideoType
Enum representing the type of source the video was loaded from.
EncodingPreset
Determines the encoding speed vs. compression trade-off.
OutputQuality
Describes the desired output quality for exported videos.
ThumbnailFormat
Supported image formats for video thumbnails.
VideoOutputFormat
Supported video output formats for export.

Functions

fetchImageAsUint8List(String imageUrl) Future<Uint8List>
Fetches an image from a network URL as a Uint8List.
loadAssetImageAsUint8List(String assetPath) Future<Uint8List>
Loads an image asset as a Uint8List.
readFileAsUint8List(File file) Future<Uint8List>
Reads a file as a Uint8List.