FilterGraph class

A filter graph that describes how FFMPEG should compose various assets to form a final, rendered video.

FFMPEG filter graph syntax reference: http://ffmpeg.org/ffmpeg-filters.html#Filtergraph-syntax-1

Constructors

FilterGraph({required List<FilterChain> chains})
const

Properties

chains List<FilterChain>
final
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
toCli({dynamic indent = ''}) String
Returns this filter graph in a form that can be run in a CLI command.
toString() String
A string representation of this object.
inherited

Operators

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