summaryrefslogtreecommitdiffstats
path: root/screencast
blob: cc7ef57ce2ebdd495be45cade922b13c75ea9ab7 (plain)
1
2
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