VideoExportPreset enum

A preset is a collection of options that will provide a certain encoding speed to compression ratio.

A slower preset will provide better compression (compression is quality per filesize).

This means that, for example, if you target a certain file size or constant bit rate, you will achieve better quality with a slower preset. Similarly, for constant quality encoding, you will simply save bitrate by choosing a slower preset.

Inheritance

Constructors

VideoExportPreset()
const

Values

none → const VideoExportPreset
ultrafast → const VideoExportPreset
superfast → const VideoExportPreset
veryfast → const VideoExportPreset
faster → const VideoExportPreset
fast → const VideoExportPreset
medium → const VideoExportPreset
slow → const VideoExportPreset
slower → const VideoExportPreset
veryslow → const VideoExportPreset

Properties

ffmpegPreset String
Convert VideoExportPreset to ffmpeg preset as a String, More info about presets
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<VideoExportPreset>
A constant List of the values in this enum, in order of their declaration.