Stream HDMI video from a Nikon D7000, for usage in online meetings, video recording, etc.
Based on this video on Youtube.
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: |
Stream HDMI video from a Nikon D7000, for usage in online meetings, video recording, etc.
Based on this video on Youtube.
Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
#!/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: |