Skip to content

Instantly share code, notes, and snippets.

View gordon8214's full-sized avatar

Gordon gordon8214

  • San Francisco Bay Area
View GitHub Profile
@gordon8214
gordon8214 / ffmpeg-nonfree-build-ubuntu-16.04.sh
Created February 10, 2023 00:50 — forked from silverkorn/ffmpeg-nonfree-build-ubuntu-16.04.sh
An automated script to build FFmpeg non-free on Debian/Ubuntu with as much features as possible. (Including mediainfo for debugging) Raw
# TODO: Verify to link statically some dependencies usually not available in a default instllation of RHEL/CentOS (ex.: libxcb)
###################
## Configuration ##
###################
FFMPEG_CPU_COUNT=$(nproc)
FFMPEG_ENABLE="--enable-gpl --enable-version3 --enable-nonfree --enable-runtime-cpudetect --enable-gray --enable-openssl --enable-libfreetype"
FFMPEG_HOME=/usr/local/src/ffmpeg
@gordon8214
gordon8214 / 0_reuse_code.js
Created January 23, 2016 20:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console