screencast (214B)
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 -f oss -i /dev/dsp -filter:a "asetpts=N/SR/TB" \ 8 -c:v libx264 -r 30 -c:a mp3 \ 9 ${1}
scriptsRandom scripts | |
git clone git://git.margiolis.net/scripts.git | |
Log | Files | Refs | README | LICENSE |