Skip to content

Instantly share code, notes, and snippets.

View B-Interactive's full-sized avatar

David Armstrong B-Interactive

View GitHub Profile
@Steve-Tech
Steve-Tech / codec-reader.py
Last active April 8, 2025 02:04
Codec Reader for HTML Video Tags, gets the correct codecs parameter for AV1 and H.264 videos.
import json
import mimetypes
import subprocess
import sys
# Codec Reader for HTML Video Tags by Steve-Tech
# Usage: python3 codec-reader.py [-d] file_name
# Requires ffmpeg and ffprobe to be installed.
#
# Supported Codecs:
@sepastian
sepastian / nikon_d7000_hdmi.md
Last active November 11, 2025 13:07
Nikon D7000 full screen HDMI output

Purpose

Stream HDMI video from a Nikon D7000, for usage in online meetings, video recording, etc.

Based on this video on Youtube.

Steps

1) Download firmware

@keilmillerjr
keilmillerjr / Creating an AUR Package.md
Last active December 8, 2025 07:03
How to create and manage an AUR package. #AUR #ARCH #makepkg #PKGBUILD
@PieterScheffers
PieterScheffers / pm2
Last active November 26, 2025 09:09
node.js pm2 startup script for FreeBSD
#!/bin/sh
# PM2 Startup script
# Source: https://0x0a14.de/pm2-startup-script-for-freebsd/
# Made by: Johannes Tonn
#
# Download this file
# cd /usr/local/etc/rc.d && fetch https://gist.github.com/457769f2090c6b69cd9d
#
# Make the file executable with: