FFProbeCliTool constructor

FFProbeCliTool({
  1. String executable = "ffprobe",
  2. int? windowsCodePage = WindowsCodePage.utf8,
})

Implementation

FFProbeCliTool({
  super.executable = "ffprobe",
  super.windowsCodePage,
});