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.

有帮助吗?

解决方案

Process.Start("....")

more on MSDN

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top