3 lines
95 B
Bash
Executable file
3 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ffmpeg -y -loglevel error -f x11grab -framerate 30 -video_size 1920x1080 -i :0.0 $@
|