Hi,
I wanted to author a dvd with 4 vobs, each with several chapters. dvdauthor adds chapters to the first vob, but throws errors for the others.
Here's my file. Would you please check it and give me a hint. Otherwise there could be other reasons.
<dvdauthor dest="temp_dvd" >
<vmgm />
<titleset>
<titles>
<audio lang="de" />
<pgc>
<vob file="VTS_01_1.VOB" chapters="0:00:00.000,0:00:22.000,0:01:05.000" />
<vob file="VTS_01_2.VOB" chapters="0:00:00.000,0:06:10.000,0:11:49.000"/>
<vob file="VTS_01_3.VOB"c hapters="0:00:00.000,0:04:27.000,0:10:19.000,17:21.000" />
<vob file="VTS_01_4.VOB" chapters="0:00:00.000,0:11:22.000,0:13:15.000" />
</pgc>
</titles>
</titleset>
</dvdauthor>
Every vob has about 10 chapters.
Thanks in advance
Frank