FileFormat class
generating the output trimmed video.
The available formats are mp4
, mkv
,
mov
, flv
, avi
, wmv
& gif
.
If you define a custom FFmpeg
command
then this will be ignored.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFormatString(
) → String? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- avi → const FileFormat
- flv → const FileFormat
- gif → const FileFormat
- mkv → const FileFormat
- mov → const FileFormat
- mp4 → const FileFormat
-
values
→ const List<
FileFormat> - wmv → const FileFormat