- Install
- Convert all video files to a DVD compatible format, eg.:
$ ffmpeg -i xmas2011.mpg -thread 8 -target pal-dvd xmas2011.vob
- Create a config file for dvdauthor, eg. dvd.xml:
<dvdauthor dest="/data/fjo/dvd/out">
<vmgm>
<menus>
<video format="pal" />
<pgc entry="title" />
</menus>
</vmgm>
<titleset>
<titles>
<video format="pal" />
<pgc>
<vob file="xmas2011.vob" />
</pgc>
</titles>
</titleset>
</dvdauthor>
- Launch dvdauthor:
$ dvdauthor -x dvd.xml
- Check if everything went ok:
$ mplayer dvd://1//data/fjo/dvd/out
- Insert a blank DVD
- Burn that beast:
$ growisofs -Z /dev/dvd -dvd-compat -dvd-video -V Xmas2011 /data/fjo/dvd/out
- Annoy your relatives with this masterpiece every time you see each other :-)