microsoft/FFmpegInterop

Does is it work on UWP

omansak opened this issue · 6 comments

Support on UWP applications (xbox,pc,tablet,x86,x64,arm)?

Yes, this is specifically for UWP applications. All flavors.

I need merge audio and video with FFmpeg. Is it support render to file ?

Hi @omansak,

This library focuses on playback of media, leveraging FFmpeg to support additional formats that might not be supported natively by Windows Media Foundation. It is not a full FFmpeg API. If you follow the instructions to build a version of FFmpeg that is UWP compatible, you can then leverage for your scenario.

@khouzam how to do build o VS2017 ? or with .bat ? i get "C compiler test failed." while running .bat

Can you look at the config.log and see what's failing in the compiler tests?

@omansak any updates, have managed to make it working, I'm looking for the same thing as you 'merging audio and video on UWP'
Thanks