예제 #1
0
 static void Main(string[] args)
 {
     bool success1 = CheckManager.CheckFfmpeg();
     bool success2 = CheckManager.CheckFfprobe();
     bool success3 = CheckManager.CheckImageMagickComposite();
     bool success4 = CheckManager.CheckImageMagickConvert();
     bool success5 = CheckManager.CheckAndLaunchIpfsDaemon();
 }