Skip to content

Instantly share code, notes, and snippets.

View ericpruitt's full-sized avatar

Eric Pruitt ericpruitt

View GitHub Profile
@ericpruitt
ericpruitt / hdmi-capture.sh
Last active July 17, 2021 20:50
HDMI capture script.
#!/bin/sh
set -e -u
# Base command used to invoke FFmpeg; run "ffmpeg" with as high a priority as
# possible, and minimize its logging output.
FFMPEG="nice -n 20 ffmpeg -loglevel error -hide_banner"
# These control the format of the audio and video.
DEFAULT_VIDEO_EXTENSION="mkv"
SELF="${0##*/}"

Keybase proof

I hereby claim:

  • I am ericpruitt on github.
  • I am ericpruitt (https://keybase.io/ericpruitt) on keybase.
  • I have a public key whose fingerprint is F860 1B5D 2511 B4C3 5352 3248 8DDD E2E6 0536 92AB

To claim this, I am signing this object:

@ericpruitt
ericpruitt / Makefile
Created July 25, 2016 03:36
Makefile
DMENU_REPOSITORY = http://git.suckless.org/dmenu
DMENU_REVISION = 3c91eed
DWM_REPOSITORY = http://git.suckless.org/dwm
DWM_REVISION = 56a31dc
SLOCK_REPOSITORY = http://git.suckless.org/slock
SLOCK_REVISION = 65b8d52
ST_REPOSITORY = http://git.suckless.org/st