https://github.com/meonardo/recorder
https://github.com/meonardo/recorder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meonardo/recorder
- Owner: Meonardo
- Created: 2023-10-27T11:37:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T06:47:44.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:19:18.807Z (4 months ago)
- Language: C++
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 使用说明
1. 先将 obs-studio clone 下来:
```
git clone --recursive -b recorder https://github.com/Meonardo/obs-studio.git recorder
```
2. 进入 `recorder` 目录, 在该目录下执行:
```
cmake -DCMAKE_PREFIX_PATH="D:\Programs\Qt\6.5.3\msvc2019_64" --preset windows-x64
```