0
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.

user2989391
  • 61
  • 1
  • 10
  • You don't need FFmpeg for this if this batch file is working for you. Just `cat` the files together. – Brad Mar 21 '14 at 01:02
  • ffmpeg -i "concat:tg1.mp4\|tg2.mp4" WOOF.mp4 // can't work? – user2989391 Mar 21 '14 at 03:40
  • Possible duplicate of [How to Merge two videos without re-encoding](https://stackoverflow.com/questions/49371422/how-to-merge-two-videos-without-re-encoding) – Elder Geek Jan 23 '19 at 20:26

0 Answers0