-
Notifications
You must be signed in to change notification settings - Fork 118
Ondrej Medek edited this page Oct 13, 2017
·
11 revisions
WPF-MediaKit itself does not play any media, it's the problem of the codecs used. E.g. can any other DirectShow player (like MPC-HC) play that URL/file? If not, then the WPF-MediaKit cannot play it, too.
LAVFilters does not return alpha channel, for some workarounds, see #45.
See Wiki HW Acceleration.
Use MediaUriPlayer.CloneSingleFrameD3DImage()
or, when offscree, see the Wiki Headless Examples.
You may modify some behaviour to subclass the MediaUriPlayer
. Then subclass the MediaUriElement
, too and override the OnRequestMediaPlayer
to return your player.