Video Editing In C# How?
Hello guys, i am new to c#, please would you tell me where to get good start for video editing in c#? Thank you
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.
blakewildmanPosted May 3, 2008, 7:52 AM
Hi,
To start you a timeline that displays the source files on the Y-axis and the time on the X-axis.
A timeline control is actually a Chart control with a movable Thumb slider. If you look at the ZedGraph project on SourceForge you will see how to write a chart--in fact, you can use the ZedGraph control for your timeline control and all you need to do is to add to the "OnPaint" handler the drawing of the Thumb Slider.
As for the "video" part that is very easy and there are dozens of free samples in DirectX for editing.
I produce Infomercials and own an ad agency that sells infomercial time, call me if you want to see your website on a national TV show!
Good Luck.
Bill SerGio, The Infomercial King
[email protected]