Skip to content

Instantly share code, notes, and snippets.

View sim2kid's full-sized avatar

Owen Ravelo sim2kid

View GitHub Profile
@mikitsu
mikitsu / make-dvd.md
Last active May 29, 2024 23:22
How to create a Video DVD with menus using dvdauthor and ffmpeg

Make DVD Videos with dvdauthor and FFmpeg

Preparation

Prepare the videos by converting them with ffmpeg

ffmpeg -i 'some input file.mp4' -target [pal-dvd or ntsc-dvd] output.mpg