https://github.com/lpg2709/screencaptureteste
Screen record test for Xorg
https://github.com/lpg2709/screencaptureteste
Last synced: 9 months ago
JSON representation
Screen record test for Xorg
- Host: GitHub
- URL: https://github.com/lpg2709/screencaptureteste
- Owner: lpg2709
- Created: 2021-01-19T20:19:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T00:17:17.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T04:55:38.636Z (9 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# screenCaptureTeste
Screen record test for Xorg
> Not working, fail in put data into video stream
## Dependencies
- FFmpeg libs
- C compiler (GCC) > 9.3.0
- CMake > 3.0
- pkg-config > 0.29.1
## Scripts
- ```compile_debug.sh``` - Compile the code, for debug.
## Install FFmpeg
I recomand compile direct from source code.I have some problemes with the packages install.
```bash
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make
make install
```
## Studies documentations
[https://doc.clickup.com/p/h/23hx2-10/21c992c8e2cbc21](https://doc.clickup.com/p/h/23hx2-10/21c992c8e2cbc21)