How to burn VOB files
Burning a collection of VOB files that you downloaded (legally of course ;-) ) is not too hard to burn. Just two simple commands:
mkisofs -dvd-video -o nameofdvd.img /home/bob/dvd/ growisofs -dvd-compat -speed=x -Z /dev/pathtodvdburner=/home/bob/nameofdvd.img
where /home/bob/dvd/ contain the video_ts and audio_ts, this creates an image
then use growisofs command to burn image to dvd burner, mkisofs and growisofs can be obtained from dvd+r-tools packag







