Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.51 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.51 KB

WPF MediaKit

This is the official new home of WPF MediaKit (the former was https://wpfmediakit.codeplex.com/). A library to quickly build DirectShow media player controls in WPF. The kit comes with a video player MediaUriElement (a WPF MediaElement replacement), a VideoCaptureElement for web cams and a DVDPlayerElement that plays DVDs and supports interactive menus.

For questions and answers follow the tag wpf-mediakit on StackOverflow: StackExchange

NuGet Package: NuGet

Build status

Many thanks to Jeremiah Morrill who originally created and developed this awesome control!

Contribute

There is still a lot to do! So, please feel free to help, if you are an advanced developer! :-) Answer issues, open PR, or become a maintainer. Open an issue, if you are willing to help maintaning this project.

Changelog

Version 2.0:

  • EVR Presenter uses DXVA2 hardware acceleration (thanks to Siegfried Krüger!).
  • EVR Presenter doesn't require the DirectX March 2009 Runtimes anymore (thanks to Siegfried Krüger!).
  • DirectShow graph will be built manually to have full control.
  • Options to set the desired Video, Audio and Splitter Codecs.