FFMpegCommand class

Constructors

FFMpegCommand({List<FFMpegInput> inputs = const [], List<CliArguments> args = const [], FilterGraph? filterGraph, required String outputFilepath, bool returnProgress = true})
const

Properties

args List<CliArguments>
All non-input arguments for the FFMPEG command, such as "map".
final
filterGraph FilterGraph?
The graph of filters that produce the final video.
final
hashCode int
The hash code for this object.
no setterinherited
inputs List<FFMpegInput>
FFMPEG command inputs, such as assets and virtual devices.
final
outputFilepath String
The file path for the rendered video.
final
returnProgress bool
final
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() List<String>
Converts this command to a series of CLI arguments, which can be passed to a Process for execution.
toString() String
A string representation of this object.
inherited

Operators

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