softworkz
softworkz
A property like `d3d11-adapters-list` would be nice as well, because retrieving that list is not quite straightforward. see https://github.com/mpv-player/mpv/issues/9340#issuecomment-2415356974
It's working fine in UWP!
It's not crucial right now as we're using MPV as primary player for the WinUI app, but @lukasf had introduced the WindowId parameter to the CreateFromUriAsync() method, so I was...
> Nope. It is one of the things that still does not work on WinUI. It does not have anything to do with the WindowId. ImageCues just don't render at...
https://learn.microsoft.com/en-us/windows/uwp/audio-video-camera/play-audio-and-video-with-mediaplayer#use-mediaplayer-in-frame-server-mode Doesn't this code work...?
> No, not quite. > I mean it works for rendering video, but not subtitles. Clearly whoever wrote that doc didn't bother checking. The example would keep throwing InvalidArgumentExceptions. The...
Here's one more code sample I found: https://github.com/drasticactions/WinUIEx/commit/4ad8524a6cf4aee6abbc66df248f8aea4a4ca767 Interestingly there's also some mentioning of "crashes". But I have a theory...
Have you tried running the sample as is, i.e. 100% uinchanged?
I have left a comment over in the other repo, here's a copy: Hi @dotMorten, we at [FFmpegInteropX](https://github.com/ffmpeginteropx/FFmpegInteropX/) are wondering about the intended use of the RenderSubtitlesToSurface() method as well,[...
> I don't think that has anything to do with the crash > what the winUIEx devs were having was a completely different problem > I am just overly happy...