commandBuilder property

String Function(FFmpegVideoEditorConfig config, String videoPath, String outputPath)? commandBuilder
final

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

Implementation

final String Function(
  FFmpegVideoEditorConfig config,
  String videoPath,
  String outputPath,
)? commandBuilder;