question
sir how to split single video in multiple video using c# i want a code for that
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blaine DonovanPosted Feb 5, 2015, 12:10 PM
You could try to use DirectShow to do the video splitting, but it's not easy to do with .NET directly. There are some wrapper classes that let you use DirectShow in .NET such as this one: http://directshownet.sourceforge.net/about.html
There are also professional SDKs that support .NET and I found a sample project similar to what you're asking here:
http://support.leadtools.com/CS/forums/ShowPost.aspx?PostID=44219
satheeshPosted Jan 22, 2015, 2:28 AM
Suraj SahooPosted Jan 21, 2015, 9:27 AM
Check the above link if that helps anyway.
Thanks.