Added start of ffmpeg recording script

master
Aney 5 years ago
parent 8a102baacf
commit bd9d650869

@ -0,0 +1,2 @@
#!/bin/bash
ffmpeg -y -f x11grab -s 1280x800 -i :0.0 -f alsa -i default ~/recordings/out.mkv
Loading…
Cancel
Save