Skip to content

Instantly share code, notes, and snippets.

@scemama
Created January 26, 2015 09:35
Show Gist options
  • Select an option

  • Save scemama/68eee06a3e74b6023036 to your computer and use it in GitHub Desktop.

Select an option

Save scemama/68eee06a3e74b6023036 to your computer and use it in GitHub Desktop.
Record video of the screen
#!/bin/bash
OUT=$1
ffmpeg -f x11grab -r 25 -s 1920x1080 -i :0.0 -vcodec libx264 -preset ultrafast -threads 4 -y -sameq $OUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment