sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
394 stars 88 forks source link

ARM Support #302

Open rwedoff opened 5 days ago

rwedoff commented 5 days ago

Are there plans to support ARM64? It seems that Microsoft is pushing for ARM PCs and I don't believe ScreenRecorderLib will work on those.

sskodje commented 4 days ago

I can compile for ARM by targeting .NET 6, but i have no windows on ARM devices to test on, so i'll have to look into an emulator or something. I'll gladly accept help from anyone with knowledge of windows on ARM :)