Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sascha-L/WPF-MediaKit
https://github.com/Sascha-L/WPF-MediaKit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Sascha-L/WPF-MediaKit
- Owner: Sascha-L
- License: ms-pl
- Created: 2015-06-18T14:17:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T14:14:47.000Z (8 months ago)
- Last Synced: 2024-07-08T04:58:21.621Z (4 months ago)
- Language: C#
- Size: 672 KB
- Stars: 356
- Watchers: 46
- Forks: 113
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-wpf - WPF-MediaKit - (FREE, OPEN SOURCE) 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. (UI Controls / Individual Controls)
README
# 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](https://img.shields.io/stackexchange/stackoverflow/t/wpf-mediakit.svg)](http://stackoverflow.com/questions/tagged/wpf-mediakit)
NuGet Package: [![NuGet](https://img.shields.io/nuget/v/WPFMediaKit.svg)](https://www.nuget.org/packages/WPFMediaKit/)
[![Build status](https://ci.appveyor.com/api/projects/status/c9d8fgjridsge83c/branch/master?svg=true)](https://ci.appveyor.com/project/xmedeko/wpf-mediakit/branch/master)
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.