User338455301 posted
i copy the ffmpeg.exe to my project and use below code and project started correctly .
System.Diagnostics.Process.Start("ffmpeg.exe");
but how to use ffmpeg in my controllers?
(for exmaple convert video )
$ ffmpeg -i input.mp4 output.avi
how to use it ?