diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-01-18 16:23:59 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-01-18 16:23:59 +0100 |
commit | bf08de67403a1021388261af10fec7a117f66032 (patch) | |
tree | 225c3ca28567c01bddfb4601ca4fcf081ed88e59 /screencast | |
parent | b6939bf6e772108c6afd8d610d73fc080c495255 (diff) | |
download | bin-bf08de67403a1021388261af10fec7a117f66032.tar.gz bin-bf08de67403a1021388261af10fec7a117f66032.tar.xz |
add screencast script
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 |