Skip to content

Instantly share code, notes, and snippets.

View itsdrewmiller's full-sized avatar
😴
Patiently awaiting VFS for Git support

Drew Miller itsdrewmiller

😴
Patiently awaiting VFS for Git support
View GitHub Profile
#!/bin/sh
# Prerequisites (on MacOS with Homebrew installed)
# brew install dvdauthor dvdrtools ffmpeg
# Usage:
# chmod +x burndvd.sh
# ./burndvd.sh path/to/input_video.ext
input_file="$1"