Linux.com

Multiple files

Posted by: Anonymous Coward on December 22, 2006 02:19 AM
If you want multiple files, just add more vob tags, like so:

<tt> <tt><dvdauthor>
  <vmgm<nobr> <wbr></nobr>/>
    <titleset>
      <titles>
        <pgc>
          <vob file="vid1.mpg" chapters="0" pause="2"<nobr> <wbr></nobr>/>
          <vob file="vid2.mpg" chapters="0" pause="2"<nobr> <wbr></nobr>/>
          <vob file="vid3.mpg" chapters="0" pause="2"<nobr> <wbr></nobr>/>
        </pgc>
      </titles>
    </titleset>
</dvdauthor></tt></tt>


This will create a disc with three videos, with chapters at the beginning of each, and two seconds delay between each. No menus, though. If you want to split the videos into smaller chapters, you can add more entries in the chapter attribute. Make sure you get the minutes/seconds/hours right! A comment above mentioned that the guide might be wrong about the chapter division.

Oh, and make sure the total size of the videos is less than 4 700 000 bytes. Your file sizes probably show in Gibibytes (1 GiB = 1024³ bytes), DVD's are 4.7 Gigabytes (1 GB = 1000³ bytes).

Wonderful guide! This was much easier and haxx0r-ish than using tovid, which was giving me headache instead of a DVD.<nobr> <wbr></nobr>:)

#

Return to Convert any video file to DVD with open source tools