Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Video Player [closed]

Tags:

c#

.net

video

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)?

like image 574
topherg Avatar asked Nov 22 '11 22:11

topherg


1 Answers

You can try using DirectShow APIs, there is wrapper for .NET: DirectShowNET Library

like image 105
Davide Piras Avatar answered Sep 28 '22 06:09

Davide Piras