- **Recording**: Record video from a webcam. ```bash ff…

bridget ·

- **Recording**: Record video from a webcam.
```bash
ffmpeg -f v4l2 -i /dev/video0 output.mkv
```