tomaszzmuda / Xabe.FFmpeg

.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.

Home Page:https://xabe.net/product/xabe_ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download on Windows for ARM

nlogozzo opened this issue · comments

Hi, I'm using this library to develop an application that also has support for Windows on ARM.
When running the function to download FFMPEG, Xabe.FFmpeg.Downloader.FFmpeg.Downloader.GetLatestVersion() I get an error thrown: Missing system type and architecture at Xabe.FFmpeg.Downloader.OperatingSystemProvider.GetOperatingSystem(). Now i understand FFmpeg doesn't have ARM builds for Windows, however Windows on ARM supports running x86-64 EXEs no problem, therefore we should still download that version for now since it will work.

Merged that. I will deploy new version in a couple of days