I want to known how UWP mediaelement can play all type of files, like flv and mkv as well. I searched it already and found ffmpeg for it, but the problem I am facing is that ffmpegintrop project of c++ is giving an error to refrence in my UWP project of c#, any guidance regarding the matter would be great, or if anyone could tell me any other way to achieve the same purpose. thanks :)
1 Answers
1
votes
Here is FFmpegInterop Samples for win10 https://github.com/Microsoft/FFmpegInterop/tree/master/Samples
And here is instruction how to build it https://github.com/Microsoft/FFmpegInterop/blob/master/README.md
It should work (works for me on 8.1 winrt).