Skip to content

Instantly share code, notes, and snippets.

@apraga
Created December 21, 2012 13:37
Show Gist options
  • Save apraga/4352892 to your computer and use it in GitHub Desktop.
Save apraga/4352892 to your computer and use it in GitHub Desktop.
Script for video recording.
# !/bin/sh
ffmpeg -f x11grab -s 1280x800 -r 25 -i :0.0+nomouse -s hd720 -vcodec libx264 -vpre lossless_ultrafast -an -threads 0 $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment