A simple screen recorder built in WinUI3 and using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
This project is a port from SimpleRecorder Project developed by robmikh.
Client: WinUI 3, SharpDX, Windows Apps SDK
Server: WinUI 3, SharpDX, Windows Apps SDK, C#/WinRT, C++/WinRT
Install SimpleRecorderWinUI3 with Visual Studio 2022 by building the solution then deploying the project.
Clone the project
git clone https://github.com/renanalencar/SimpleRecorderWinUI3
Go to the project directory
cd SimpleRecorderWinUI3
Build the solution
msbuild "SimpleRecorderWinUI3.sln"
Start the app
open SimpleRecorderWinUI3
Under construction.
Here are some related projects