Creating a video manipulation program with .NET?

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I want to create a little video manipulation app. in .NET. It has to
load/play/save video and do some basic image manipulation. I want to avoid
commercial (ie. not free) libraries. Does anyone have links to information
to get me started? I'm very familiar with .NET/C# but have little video
coding experience.
 
I guess DirectX9 will do what I need? I'm downloading the SDK now.

Any good resources for image effect & filter algorithms? I want to create
pixelation effects, embossing effects, etc.
 
Back
Top