diff options
Diffstat (limited to 'screencast')
-rwxr-xr-x | screencast | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/screencast b/screencast new file mode 100755 index 0000000..cc7ef57 --- /dev/null +++ b/screencast @@ -0,0 +1,3 @@ +#!/bin/bash + +ffcast -w % ffmpeg -r 30 -f x11grab -s %wx%h -i %d+%x,%y -an -vcodec libx264 -preset medium -pix_fmt yuv444p -crf 26 ./screencast$(date -Iseconds).mp4 |