Ffprobe class

The ffprobe command in Dart.

ffprobe is a CLI tool that's used for inspecting video and audio files. The ffprobe tool can be used, for example, to determine the types of streams in a video file, a video's codec, or a video's duration.

Constructors

Ffprobe()

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

run(String filepath, {String? workingDir}) Future<FfprobeResult>
Runs the FFMPEG ffprobe CLI command against the given filepath.