Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lixinyang123/xrecorder
Browser & Screen capture build with ffmpeg.
https://github.com/lixinyang123/xrecorder
avalonia chromium ffmpeg nsis
Last synced: 9 days ago
JSON representation
Browser & Screen capture build with ffmpeg.
- Host: GitHub
- URL: https://github.com/lixinyang123/xrecorder
- Owner: lixinyang123
- Created: 2023-01-31T20:39:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T14:31:20.000Z (about 1 year ago)
- Last Synced: 2023-10-24T15:35:31.531Z (about 1 year ago)
- Topics: avalonia, chromium, ffmpeg, nsis
- Language: C#
- Homepage:
- Size: 51.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recorder
Screen capture build with ffmpeg.
### Prerequisites
Windows
```bash
Visual Studio 2022.
```Ubuntu (20.04+)
```bash
sudo apt-get dotnet-sdk-7
```### Restore dependences
```bash
pwsh initialize.ps1
```### Compile
```bash
dotnet build
```### Debug & Run
```bash
dotnet run
```### Publish
```bash
dotnet publish -r -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.
```bash
pwsh ./publish.ps1
```