Skip to content

Instantly share code, notes, and snippets.

View nikmart's full-sized avatar

Nik Martelaro nikmart

View GitHub Profile
@nikmart
nikmart / display_pi_info.py
Last active December 21, 2021 09:48
Display Pi Hostname, IP address, and wlan0 MAC address on an hot swappable I2C SSD1306 OLED
# Modified by: Nik Martelaro 2019
# Changes: Get hostname and MAC address and display on OLED
# THANK YOU ADAFRUIT FOR MAKING SUCH GREAT HARDWARE AND SOFTWARE <3
# Copyright (c) 2017 Adafruit Industries
# Author: Tony DiCola & James DeVito
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@nikmart
nikmart / compile_ffmpeg.md
Created February 16, 2018 15:02 — forked from teocci/compile_ffmpeg.md
Compile FFmpeg on Ubuntu 16.04

Compile FFmpeg on Ubuntu

This basic guide supports Ubuntu Xenial Xerus 16.04 and will enable several external encoding and decoding libraries: libfaac (AAC encoder), libfdk-aac (AAC encoder), libmp3lame (MP3 encoder), libopencore-amr (AMR encoder/decoder), librtmp (for additional RTMP protocols), libtheora (Theora encoder), libvorbis (Vorbis encoder), libvpx (VP8 encoder/decoder), and libx264 (H.264 encoder). These are optional and may be omitted if desired. This guide will also install many filters (see the filter list in the [Filtering Guide][1].

Note: Copy and paste the whole code box for each step.

Preparation