I want some information about any .net library for merging of videos(no matter either is paid or free). If someone has some idea regarding this then please let me know. I have tried splicer and FFMPEG wrapper for .net also but could not find them useful for me.
According to my research i found this:
Splicer: It is basically a .net library used to concatenate videos. Its documentation is available and I have also performed a small demo for it but the problem is it only supports .avi and .wmv formats. So it is not feasible to be used. Here is a link for further detail: https://splicer.codeplex.com/
NReco video converter (FFMPEG Wrapper): This library will also concatenate videos but the problem is it will take much time than expected to merge only two videos of 1 minute. It will not merge videos into the same format also. I have performed a test demo for it and will show how it works. Here is a link for further details:
http://videoconverter.codeplex.com/
Please help Thanks in advance