Exemple #1
0
 public bool FFmpegEncodeAsGIF(string path)
 {
     Helpers.CreateDirectoryIfNotExist(path);
     return(ffmpegCli.EncodeGIF(Options.OutputPath, path));
 }