Burn A Dvd Video
Linux

When you have an iso or have several VIDEO_TS files ready I will explain short to make it into a dvd:

Here is the code:

To make an iso of the files when you have only VIDEO_TS files do as follows:

sudo genisoimage -dvd-video -udf -V "Barbapappa" -o "dvd.iso" ~/downloads/complete/Movies/Barbapappa

Here you will make dvd.iso from files in the folder Barbapappa which has a folder VIDEO_TS

To burn a dvd:

sudo growisofs -dvd-compat -Z /dev/dvd=dvd.iso -speed=2

Ofcourse you will need to have those programs installed and ready

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License