# ffmpeg-screencap **Repository Path**: mituliuli/ffmpeg-screencap ## Basic Information - **Project Name**: ffmpeg-screencap - **Description**: ffmpeg 录制屏幕 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2024-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ffmpeg录频 1. 过程 - x11grab获取数据 - 转码 - 写入mp4文件 2. 使用 ``` #include "recordvideo.h" …… RecordVideo r; r.startRecord(); …… // sleep(10); r.stopRecord(); ```