3 lines
90 B
Text
3 lines
90 B
Text
|
#!/bin/sh
|
||
|
ffmpeg -video_size 1920x1080 -framerate 60 -f x11grab -i :0 out-$(date +%s).mp4
|