fix ffmpeg headers

This commit is contained in:
2025-07-29 16:31:02 +02:00
parent c3afb4b562
commit c0755da29f

View File

@@ -31,6 +31,7 @@ ffmpeg -f x11grab -s "$(xdpyinfo | grep dimensions | awk '{print $2}')" -i :1.0
```
# Add default pulse audio
```bash
ffmpeg -f x11grab -s [screensize] -i :0.0 -f alsa -i default out.mkv
```