Skip to content

Instantly share code, notes, and snippets.

View Alucard316's full-sized avatar

Alucard316 Alucard316

View GitHub Profile
@thornbill
thornbill / post-process.sh
Last active February 24, 2024 22:16
DVR post processing script for Jellyfin
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
# set -o xtrace
PWD="$(pwd)"
die () {