screencast (198B)
1 #!/bin/sh 2 3 ffmpeg -y \ 4 -f x11grab \ 5 -s $(xrandr | grep "connected primary" | awk '{print $4}' | sed 's/+0+0//') \ 6 -i :0.0 \ 7 -c:v libx264 -r 30 -c:a mp3 ${1} 8 #-f oss -i default \
dotfilesUnnamed repository; edit this file 'description' to name the repository. | |
git clone git://git.margiolis.net/dotfiles.git | |
Log | Files | Refs | README | LICENSE |