diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/record | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/.local/bin/record b/bin/.local/bin/record new file mode 100755 index 0000000..f254e20 --- /dev/null +++ b/bin/.local/bin/record | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | ffmpeg -f x11grab \ | ||
| 4 | -s 1366x768 \ | ||
| 5 | -an -i :0.0 \ | ||
| 6 | -c:v libvpx \ | ||
| 7 | -b:v 5M \ | ||
| 8 | -crf 10 \ | ||
| 9 | -quality realtime \ | ||
| 10 | -y ~/record.mkv | ||
