I am writing a program that is designed to play videos (not sure if there are consistent formats) in C#.net.
I was wondering if anyone knew of any good libraries that would be able to play multiple codecs with aspecting and cropping options, but no direct controls (or at least hide-able)?
You can try using DirectShow APIs, there is wrapper for .NET: DirectShowNET Library