FFVideoUtil class

Constructors

FFVideoUtil()

Properties

hashCode int
The hash code for this object.
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 ==(Object other) bool
The equality operator.
inherited

Static Properties

ffconfig ↔ FlutterFFmpegConfig
getter/setter pair
ffmpeg ↔ FlutterFFmpeg
getter/setter pair
ffprobe ↔ FlutterFFprobe
getter/setter pair

Static Methods

cleanCacheVideo() → dynamic
compressVideo(String videoPath, {double? startValue, double? endValue}) Future<FFVideoCutModel>
getVideoCompressProgress(FFVideoCompressProgressCallback progressCallback, double durationTime) Future
getVideoCoverImage(String videoPath) Future<String>
getVideoRootDirectory({String foldName = 'video'}) Future<String>