ScaleFilter class

Resize the input video

Forces the output display ratio to be the same as the input

Implemented types

Constructors

ScaleFilter({int? width, int? height, String? eval, int? interl, SwsFlag? swsFlags, String? param0, String? param1, VideoSize? size})

Properties

eval String?
When to evaluate width and height expression (default is init)
final
hashCode int
The hash code for this object.
no setterinherited
height int?
Height for scale
final
interl int?
Set the interlacing mode (default is 0)
final
param0 String?
Set libswscale parameter
final
param1 String?
Set libswscale parameter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size VideoSize?
final
swsFlags SwsFlag?
Scalar flags used to set the scaling algorithm
final
width int?
Width for scale
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCli() String
override
toString() String
A string representation of this object.
inherited

Operators

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