ffprobeRun function
Implementation
Future<ProcessResult> ffprobeRun({required List<String> arguments}) async {
return await processRun('ffprobe', arguments: arguments);
}
Future<ProcessResult> ffprobeRun({required List<String> arguments}) async {
return await processRun('ffprobe', arguments: arguments);
}