FFMpegCommand constructor

const FFMpegCommand({
  1. List<FFMpegInput> inputs = const [],
  2. List<CliArguments> args = const [],
  3. FilterGraph? filterGraph,
  4. required String outputFilepath,
  5. bool returnProgress = true,
})

Implementation

const FFMpegCommand({
  this.inputs = const [],
  this.args = const [],
  this.filterGraph,
  required this.outputFilepath,
  this.returnProgress = true,
});