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 June 18, 2025 03:23
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 July 6, 2025 14:39
How to create and manage an AUR package. #AUR #ARCH #makepkg #PKGBUILD
@PieterScheffers
PieterScheffers / pm2
Last active September 29, 2024 17:18
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: