Skip to content

Instantly share code, notes, and snippets.

@pizzadude
Created September 16, 2013 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pizzadude/6584677 to your computer and use it in GitHub Desktop.
Save pizzadude/6584677 to your computer and use it in GitHub Desktop.
ffmpeg simpler recording script #2
ffmpeg -f alsa -i pulse -f x11grab -r 30 -s 1920*1080 -i :0.0 -vcodec libx264 -preset ultrafast -threads 4 -y -sameq ~/Videos/recordscreen_out.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment