コード例 #1
0
ファイル: ScreenRecorder.cs プロジェクト: sahwar/ImgurSniper
 public bool FFmpegEncodeAsGif(string path)
 {
     Helpers.CreateDirectoryFromFilePath(path);
     return(_ffmpegCli.EncodeGif(Options.OutputPath, path));
 }