Hello everybody,
I'm using dvdauthor. But an error arised:
STAT: Processing /home/moellerfr/create_dvd/tmp/t_4_w.mpg...
INFO: Video pts = 0.160 .. 1.160
INFO: Audio[0] pts = 0.160 .. 1.120
INFO: Audio[32] pts = 0.160 .. 0.160
STAT: VOBU 256 at 15MB, 129 PGCS
INFO: Generating VTSM with the following video attributes:
INFO: MPEG version: mpeg2
INFO: TV standard: pal
INFO: Aspect ratio: 4:3
INFO: Resolution: 720x576
INFO: Audio ch 0 format: ac3/2ch, 48khz drc
STAT: VOBU 0 at 0MB, 1 PGCS
WARN: video mpeg version was not autodetected
WARN: video resolution was not autodetected
WARN: video format was not autodetected
WARN: aspect ratio was not autodetected
INFO: Generating VTS with the following video attributes:
INFO: MPEG version: mpeg2
INFO: TV standard: ntsc
INFO: Aspect ratio: 4:3
INFO: Resolution: 720x480
ERR: Cannot find PGC with entry
ERR: VMGM must be specified with FPC
----
The part of the xml file, where dvdauthor aborts is:
<pgc>
<vob file="/home/moellerfr/create_dvd/tmp/t_4_w.mpg" pause="inf"/>
<button name="1_jump_to_next"> { g0=11; g1=random(10); g2=1; g3=1; jump vmgm menu entry title; } </button>
<button name="2_jump_to_next"> { g0=11; g1=random(10); g2=1; g3=1; jump vmgm menu entry title; } </button>
<button name="3_jump_to_next"> { g0=11; g1=random(10); g2=1; g3=1; jump vmgm menu entry title; } </button>
<button name="4_jump_to_next"> { g0=11; g1=random(10); g2=1; g3=0; g5=g5 + 1; jump vmgm menu entry title; } </button>
<button name="jump_to_help"> { g2=2; jump vmgm menu entry title; } </button><button name="jump_to_status"> { g2=3; jump vmgm menu entry title; } </button>
</pgc>
This is the 129 pgc in the <menus>-tag. Is there maybe a limit for menus?
Has anybody an idea, what I should do?
Thanks.
Rik