Skip to content

Instantly share code, notes, and snippets.

@ductape
ductape / README.md
Last active February 9, 2022 14:43
Avidemux project to compress video to minimum file size that is still intelligible. Useful for archiving online meetings.

MKV Ultra

This is the project file to use with Avidemux to compress videos into a the minimum filesize which still has reasonable intelligibility.

To use

  • Download mkv_ultra.py from this Gist and save it on your computer
  • Install Avidemux (or use homebrew or Chocolatey).
  • Open video file you wish to compress in Avidemux
  • Go to File > Project Script > Run Project... image
@ductape
ductape / Pipfile
Created May 8, 2020 21:59
Take Zoom .vtt transcripts and convert them to monologues.
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
plac = "*"
@ductape
ductape / kebase.md
Created December 31, 2018 21:40
Verification of GitHub account for Keybase.io

Keybase proof

I hereby claim:

  • I am ductape on github.
  • I am ductape (https://keybase.io/ductape) on keybase.
  • I have a public key ASDHy97O89msacOWnv37VNzdJLJS1gs1MP5ETw-avCO3Tgo

To claim this, I am signing this object:

#!/bin/sh
echo "I'm a tiny script"
@ductape
ductape / bootstrap-osx.sh
Last active June 6, 2018 16:28
Script to bootstrap OS X with all of my favorite things
#!/bin/sh
# Script to bootstrap OS X with all of my favorite things
# Based on a few other similar scripts:
#. https://gist.github.com/CliffordAnderson/817777b5dc0e67769e4b
#. https://gist.github.com/codeinthehole/26b37efa67041e1307db
#
# (used https://git.io to shorten the URL to the raw gist)
# To execute, open terminal and execute: `sh -c "$(curl -fsSL --anyauth https://git.io/vpbfp)"`
if [ "x$(command -v brew)" == "x"]; then
@ductape
ductape / .gitconfig
Last active May 7, 2018 19:42
gitconfig for using [Krypton](https://krypt.co/) for auth
[user]
name = Shaun Greene
email = shaun@spgreene.com
[gpg]
program = /usr/bin/krgpg
[commit]
gpgSign = true
[tag]
forceSignAnnotated = true
@ductape
ductape / 1920x1080.sh
Last active May 23, 2016 21:02
Set the display in an ubuntu VM to display in any resolution, since common resolutions like 1920x1080 are not listed by default when running VM on a server.
#!/bin/sh
# Set the display to guest Ubuntu to display in 1920x1080 which is not a default option
~/display.sh 1920 1080