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 January 5, 2025 08:50
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