Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In C#, what's a good way for displaying zoomable, pannable video?

Tags:

I've been sorting through DirectX, DirectShow, etc. and can't figure out which .NET C# library would be the best.

I'm making an art installation that will feature full screen video. I'd like the user to be able to pan and zoom in and out on the video as it's playing, ideally with no skipping or hiccups. Is there a Microsoft technology that stands out as an obvious choice for this?