x11grab-subshell 190 B

12345
  1. #!/bin/sh
  2. # subshell for recording the main display
  3. ffmpeg -f x11grab -r 24 -s 1366x768 -i :0.0 -acodec acc -vcodec libx264 -crf 0 "$HOME/vids/screencasts/$(date +"%F--%H-%M-%S--%N").mkv"