FFmpegConfig class abstract

Implementers

Constructors

FFmpegConfig({required String crop, required String rotation})
const

Properties

crop String
Used to provide crop values to Ffmpeg (see more) The result is in the format crop=w:h:x:y
final
hashCode int
The hash code for this object.
no setterinherited
rotation String
FFmpeg crop value (see more) The result is in the format transpose=2 (repeated for every 90 degrees rotations)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getExportFilters({VideoExportFormat? videoFormat, double scale = 1.0, bool isFiltersEnabled = true}) String
Returns the -filter:v command to use in ffmpeg execution
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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