/mp4-video-to-dvd-cli

CLI script to burn a MP4 video file to DVD disk

Primary LanguageMakefile

mp4-video-to-dvd-cli

this repository gathers all the CLI commands to burn a MP4 video file to a DVD disk, including the conversion to MPG and a minimal DVD authoring.

Usage

make all MP4_FILE=<Path_to_MP4.File>
make burn MP4_FILE=<Path_to_MP4.File>

Additional configuration

Tested on Sonoma 14.2 (23C64)

brew install cdrtools
brew install dvdauthor

Useful links