Skip to content

Instantly share code, notes, and snippets.

@paulodiovani
Created May 17, 2016 02:23
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 paulodiovani/b7990bc90ce43f53bd6c28a61c6327c3 to your computer and use it in GitHub Desktop.
Save paulodiovani/b7990bc90ce43f53bd6c28a61c6327c3 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Record screencast with mic audio (from pulseaudio)
# and saves to output.mkv
# Source: https://trac.ffmpeg.org/wiki/Capture/Desktop
ffmpeg -video_size 1366x768 -framerate 25 -f x11grab -i :0.0+0,0 -f pulse -ac 2 -i default output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment