diff options
-rwxr-xr-x | bin/.bin/record | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.bin/record b/bin/.bin/record index 5c6b499..09ba7d1 100755 --- a/bin/.bin/record +++ b/bin/.bin/record | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | ffmpeg -f x11grab \ | 3 | ffmpeg -f x11grab \ |
4 | -s 1980x1080 \ | 4 | -s 1920x1080 \ |
5 | -an -i :0.0 \ | 5 | -an -i :0.0 \ |
6 | -c:v libvpx \ | 6 | -c:v libvpx \ |
7 | -b:v 5M \ | 7 | -b:v 5M \ |