FFMpegCommand constructor
const
FFMpegCommand({
- List<
FFMpegInput> inputs = const [], - List<
CliArguments> args = const [], - FilterGraph? filterGraph,
- required String outputFilepath,
- bool returnProgress = true,
Implementation
const FFMpegCommand({
this.inputs = const [],
this.args = const [],
this.filterGraph,
required this.outputFilepath,
this.returnProgress = true,
});