FFmpeg class
Methods
-
invoke({String? pathFFmpeg, FFmpegArgs? fFmpegArgs, String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment = true, bool runInShell = false})
→ Future<FFmpegRawResponse>
-
-
invokeSync({String? pathFFmpeg, FFmpegArgs? fFmpegArgs, String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment = true, bool runInShell = false})
→ FFmpegRawResponse
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited