Skip to content

Instantly share code, notes, and snippets.

@rumkin
Created November 16, 2012 00:46
Show Gist options
  • Save rumkin/4082865 to your computer and use it in GitHub Desktop.
Save rumkin/4082865 to your computer and use it in GitHub Desktop.
Shell record video with ffmpeg
#!/bin/bash
# Yep, so simple =)
ffmpeg -f x11grab -r 25 -s 1280x1024 -i :0.0 -sameq screencast.mpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment