VideoUtils class

Constructors

VideoUtils()

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 Methods

addAudioImage({void onStatistics(FFmpegStatistics)?, VideoExportFormat outputFormat = VideoExportFormat.mp4, String audioPath = '', String imagePath = ''}) Future<XFile>
addAudioToVideo({void onStatistics(FFmpegStatistics)?, VideoExportFormat outputFormat = VideoExportFormat.mp4, String audioPath = '', String videoPath = ''}) Future<XFile>
exportVideo({void onStatistics(FFmpegStatistics)?, VideoExportFormat outputFormat = VideoExportFormat.mp4, double scale = 1.0, String customInstruction = '', VideoExportPreset preset = VideoExportPreset.none, bool isFiltersEnabled = true, required VideoEditorController controller}) Future<XFile>
extractDuration(String output) String?
ioOutputPath(String filePath, FileFormat format) Future<String>
webInputPath(FileFormat format) String
webOutputPath(FileFormat format) String