kbrmumcu

Results 1 comments of kbrmumcu

` int fps=1; FFMpegArguments.FromFileInput(filePath).OutputToFile("tmp/Video/Frame%09d.png", true, Options => { Options.WithVideoCodec(VideoCodec.Png); Options.WithGifPaletteArgument(0, new Size(100,100), fps); }).ProcessSynchronously(); ` I solved the FPS as 1 but I can't change it because it is int...