domain/entities/file_format library
Classes
- CoverExportFormat
-
Specify the file format to use when exporting the video cover
some common formats such as
jpg
,png
andwebp
has a default constructor. - FileFormat
- GifExportFormat
- To export the video as a GIF file You can use this class to custom the fps of the exported GIF file.
- VideoExportFormat
-
Specify the file format to use when exporting the video
some common formats such as
avi
,gif
,mov
andmp4
has a default constructor.