VideoFFmpegVideoEditorConfig constructor

const VideoFFmpegVideoEditorConfig(
  1. VideoEditorController controller, {
  2. String? name,
  3. String? outputDirectory,
  4. double scale = 1.0,
  5. bool isFiltersEnabled = true,
  6. VideoExportFormat format = VideoExportFormat.mp4,
  7. String commandBuilder(
    1. FFmpegVideoEditorConfig config,
    2. String videoPath,
    3. String outputPath
    )?,
})

Implementation

const VideoFFmpegVideoEditorConfig(
  super.controller, {
  super.name,
  super.outputDirectory,
  super.scale,
  super.isFiltersEnabled,
  this.format = VideoExportFormat.mp4,
  this.commandBuilder,
});