ionutdanila / ffmpeg.UWP

FFmpeg libraries (x86, x64, ARM, ARM64) for UWP (Universal Windows Platform)
GNU Lesser General Public License v2.1
28 stars 11 forks source link

Requested Windows Runtime type 'FFmpegInterop.FFmpegInteropMSS' is not registered. #5

Closed Boo0317 closed 5 years ago

Boo0317 commented 5 years ago

I add FFmpeg.UWP NuGet Package and FFmpegInterop.Universal NuGet Package in my project ,when i build and run the app it throw an exception " Requested Windows Runtime type 'FFmpegInterop.FFmpegInteropMSS' is not registered.", I dont know what happend。。

Boo0317 commented 5 years ago

I soloved this problem,it seem that I must reference FFmpegInterop project on my project,

Code-ScottLe commented 5 years ago

@Boo0317 Can you elaborate more on referencing the FFMpegInterop project? Not quite getting this part :(