ProcessStartInfo info1 = new ProcessStartInfo("app.bat");
app.bat
The app.bat file consists of the following command. It is for windows only.
copy e:\cars1.mpg /b + e:\cars2.mpg /b e:\output.mpg /b
How to using this code without .BAT file directly or another ffmpeg command?
Thanks for help.