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.
https://xabe.net/product/xabe_ffmpeg/
Other
714 stars 128 forks source link

Download on Windows for ARM #449

Closed nlogozzo closed 1 year ago

nlogozzo commented 1 year ago

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.

tomaszzmuda commented 1 year ago

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