Introduction

These are scripts for use on macOS to create DVDs.

Prerequisites

brew install dvdauthor cdrtools ffmpeg

Contents

  • make_dvd - Creates a DVD ISO
  • make_dvd_xml.rb - Creates an XML control file for use with dvdauthor

make_dvd

Usage:

# Relies on having `make_dvd_xml.rb` on the path
env PATH="$PATH:." make_dvd <iso_path> [media_files.mpg ...]

make_dvd_xml.rb

Usage:

make_dvd_xml.rb [media_files.mpg ...]