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(String assetPath)
-
Configures an FFMPEG input for an asset at the given
assetPath
. - FFMpegInput.virtualDevice(String device)
- Configures an FFMPEG input for a virtual device.
Properties
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.
inherited