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.

Was it helpful?

Solution

Process.Start("....")

more on MSDN

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top