This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |