Skip to content

Instantly share code, notes, and snippets.

@berlotto
Last active December 14, 2015 07:58
Show Gist options
  • Save berlotto/5053908 to your computer and use it in GitHub Desktop.
Save berlotto/5053908 to your computer and use it in GitHub Desktop.
Record screencast from with sound in MP4 h264/AAC codecs
avconv -f alsa -i pulse -f x11grab -r 30 -s 1366x768 -i :0.0 -vcodec libx264 -preset ultrafast -ab 320k -threads 8 myscreencast.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment