mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2024-11-24 16:28:23 -05:00
4 lines
140 B
Bash
Executable File
4 lines
140 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0+1105,600 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0
|