LogicDeLuxe
16th June 2005, 21:03
I have the following code<?xml version="1.0" encoding="utf-8"?>
<dvdauthor dest="e:\video_ts">
<vmgm>
<menus>
<video format="pal"></video>
<pgc entry="title">
<pre> { jump titleset 1 menu;} </pre>
<vob file="f:\DVDauthor_project_files\Temp\MMMenu.mpg" pause="inf"/>
<button name="MMB1">jump titleset 1 menu;</button>
</pgc>
</menus>
</vmgm>
<titleset>
<menus>
<video format="pal"></video>
<pgc entry="root">
<pre> { button=1024; } </pre>
<vob file="f:\DVDauthor_project_files\Temp\TS1Menu.mpg" pause="60"/>
<button name="TS1B1">jump title 1 chapter 1;</button>
<button name="TS1B2">jump title 1 chapter 2;</button>
<button name="TS1B3">jump title 1 chapter 3;</button>
<button name="TS1B4">jump title 1 chapter 4;</button>
<button name="TS1B5">jump title 1 chapter 5;</button>
<button name="TS1B6">jump title 1 chapter 6;</button>
<button name="TS1B7">jump title 1 chapter 7;</button>
<button name="TS1B8">jump title 1 chapter 8;</button>
<button name="TS1B9">jump title 1 chapter 9;</button>
<button name="TS1B10">jump title 1 chapter 10;</button>
<button name="TS1B11">jump title 1 chapter 11;</button>
<button name="TS1B12">jump title 1 chapter 12;</button>
<button name="TS1B0">jump title 1 chapter 13;</button>
<post>jump title 1 chapter 1;</post>
</pgc>
</menus>
<titles>
<audio lang="DE" />
<pgc>
<pre> { g1=0; } </pre>
<vob file="f:\DVDFlie\flie.mpg" chapters="00:00:00.000,00:00:50.400,00:21:00.000,00:40:57.120,1:00:20.160,1:22:10.560,1:42:03.840,2:02:12.960,2:20:21.120,2:41:21.600,3:01:18.240,3:20:43.680,3:34:04.320,3:35:43.680"/>
<post>call vmgm menu 1;</post>
</pgc>
</titles>
</titleset>
</dvdauthor>
I get the following error:ERR: Cannot jump to chapter 13 of title 1, only 12 exist
ERR: in VTSM pgc 0, button TS1B0
But Why? I still count 14 chapters, and so does GUIfordvdauthor, which made all the buttons.
What might cause this error?
DVDAuthor::dvdauthor, version 0.6.12-alpha-2992-GfD.
Build options: gnugetopt iconv freetype
<dvdauthor dest="e:\video_ts">
<vmgm>
<menus>
<video format="pal"></video>
<pgc entry="title">
<pre> { jump titleset 1 menu;} </pre>
<vob file="f:\DVDauthor_project_files\Temp\MMMenu.mpg" pause="inf"/>
<button name="MMB1">jump titleset 1 menu;</button>
</pgc>
</menus>
</vmgm>
<titleset>
<menus>
<video format="pal"></video>
<pgc entry="root">
<pre> { button=1024; } </pre>
<vob file="f:\DVDauthor_project_files\Temp\TS1Menu.mpg" pause="60"/>
<button name="TS1B1">jump title 1 chapter 1;</button>
<button name="TS1B2">jump title 1 chapter 2;</button>
<button name="TS1B3">jump title 1 chapter 3;</button>
<button name="TS1B4">jump title 1 chapter 4;</button>
<button name="TS1B5">jump title 1 chapter 5;</button>
<button name="TS1B6">jump title 1 chapter 6;</button>
<button name="TS1B7">jump title 1 chapter 7;</button>
<button name="TS1B8">jump title 1 chapter 8;</button>
<button name="TS1B9">jump title 1 chapter 9;</button>
<button name="TS1B10">jump title 1 chapter 10;</button>
<button name="TS1B11">jump title 1 chapter 11;</button>
<button name="TS1B12">jump title 1 chapter 12;</button>
<button name="TS1B0">jump title 1 chapter 13;</button>
<post>jump title 1 chapter 1;</post>
</pgc>
</menus>
<titles>
<audio lang="DE" />
<pgc>
<pre> { g1=0; } </pre>
<vob file="f:\DVDFlie\flie.mpg" chapters="00:00:00.000,00:00:50.400,00:21:00.000,00:40:57.120,1:00:20.160,1:22:10.560,1:42:03.840,2:02:12.960,2:20:21.120,2:41:21.600,3:01:18.240,3:20:43.680,3:34:04.320,3:35:43.680"/>
<post>call vmgm menu 1;</post>
</pgc>
</titles>
</titleset>
</dvdauthor>
I get the following error:ERR: Cannot jump to chapter 13 of title 1, only 12 exist
ERR: in VTSM pgc 0, button TS1B0
But Why? I still count 14 chapters, and so does GUIfordvdauthor, which made all the buttons.
What might cause this error?
DVDAuthor::dvdauthor, version 0.6.12-alpha-2992-GfD.
Build options: gnugetopt iconv freetype