FFMpegHelper class

Constructors

FFMpegHelper()
factory

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

getThumbnailFileAsync({required String videoPath, required Duration fromDuration, required String outputPath, String? ffmpegPath, FilterGraph? filterGraph, int qualityPercentage = 100, dynamic statisticsCallback(Statistics statistics)?, dynamic onComplete(File? outputFile)?}) Future<FFMpegHelperSession>
getThumbnailFileSync({required String videoPath, required Duration fromDuration, required String outputPath, String? ffmpegPath, FilterGraph? filterGraph, int qualityPercentage = 100, dynamic statisticsCallback(Statistics statistics)?, dynamic onComplete(File? outputFile)?}) Future<File?>
initialize() Future<void>
isFFMpegPresent() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runAsync(FFMpegCommand command, {dynamic statisticsCallback(Statistics statistics)?, dynamic onComplete(File? outputFile)?}) Future<FFMpegHelperSession>
runProbe(String filePath) Future<MediaInformation?>
runSync(FFMpegCommand command, {dynamic statisticsCallback(Statistics statistics)?}) Future<File?>
setupFFMpegOnWindows({CancelToken? cancelToken, void onProgress(FFMpegProgress progress)?, Map<String, dynamic>? queryParameters}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FFMpegHelper
no setter

Static Methods

extractZipFileIsolate(Map data) Future<void>