Skip to content

Instantly share code, notes, and snippets.

@bkmeneguello
Last active November 21, 2019 00:40
Show Gist options
  • Save bkmeneguello/4989348 to your computer and use it in GitHub Desktop.
Save bkmeneguello/4989348 to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -y -f alsa -ac 2 -ar 128000 -ab 160k -i pulse -f x11grab -r 30 -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -i :0.0 -sameq -threads 0 $FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment