lixinyang123 / XRecorder

Browser & Screen capture build with ffmpeg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recorder

Screen capture build with ffmpeg.

Prerequisites

Windows

Visual Studio 2022.

Ubuntu (20.04+)

sudo apt-get dotnet-sdk-7

Restore dependences

pwsh initialize.ps1

Compile

dotnet build

Debug & Run

dotnet run

Publish

dotnet publish -r <RID> -c Release --self-contained

# Build for Windows example
dotnet publish -r win-x64 -c Release --self-contained

Publish & Builder installer

Publish script include the publish command.

pwsh ./publish.ps1

About

Browser & Screen capture build with ffmpeg.


Languages

Language:C# 80.0%Language:NSIS 10.1%Language:PowerShell 9.9%