Question

How do I combine two videos or add a logo using ffmpeg via VB.Net?

EG: copy file1.mpg /b + file2.mpg /b output.mpg /b

How do I execute this code through VB.Net?

Thank you for giving example code.

Était-ce utile?

La solution

Process.Start("....")

more on MSDN

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top