commandBuilder property

(String Function(CoverFFmpegVideoEditorConfig config, String coverPath, String outputPath)?) commandBuilder
final

The commandBuilder can be used to add additional filters or options to the generated command

Implementation

final String Function(
  CoverFFmpegVideoEditorConfig config,
  String coverPath,
  String outputPath,
)? commandBuilder;