FfmpegInput class

An input into an FFMPEG filter graph.

An input might refer to a video file, audio file, or virtual device.

Constructors

FfmpegInput(List<String> args)
const
FfmpegInput.asset(dynamic assetPath)
Configures an FFMPEG input for an asset at the given assetPath.
FfmpegInput.virtualDevice(String device)
Configures an FFMPEG input for a virtual device. See the FFMPEG docs for more information.

Properties

args List<String>
List of CLI arguments that configure a single FFMPEG input.
final
hashCode int
The hash code for this object.
no setteroverride
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
toCli() String
Returns this input in a form that can be added to a CLI string.
toString() String
A string representation of this object.
inherited

Operators

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