All I want to do is create a chapters for every 5 mins for an SVCD. Figured all I would have to do is load my .mpg, set chapters for every 5 mins, and enter the total time. But when I go to generate the menu it gives me an Applescript menu that says "Variable jumpref not defined". What settings do I need to choose in order to fix this?
+ Reply to Thread
Results 1 to 5 of 5
-
-
I don't think jumpRef should give an error, however if your localization uses a comma as a decimal seperator, the this will cause other errors. I could work up a quick patched version if you like.
-
I'm a dumb ass. I wasn't hitting "Update" so that's why it was giving me the error. But even now when I do everything correctly it still doesn't work for me. This is how the .xml looks:
<?xml version="1.0"?>
<!DOCTYPE videocd PUBLIC "-//GNU//DTD VideoCD//EN" "http://www.gnu.org/software/vcdimager/videocd.dtd">
<videocd xmlns="http://www.gnu.org/software/vcdimager/1.0/" class="svcd" version="1.0">
<option name="update scan offsets" value="true"/>
<info>
<album-id>MYMOVIE</album-id>
<volume-count>1</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
<pvd>
<volume-id>VIDEOCD</volume-id>
<system-id>CD-RTOS CD-BRIDGE</system-id>
<application-id></application-id>
<preparer-id/>
<publisher-id/>
</pvd>
<sequence-items>
<sequence-item src="/Volumes/Video/ANTITRST/vid_2.m2v.mpg" id="sequence-0">
<entry id="entry0-0">0.000</entry>
<entry id="entry0-1">300.000</entry>
<entry id="entry0-2">600.000</entry>
<entry id="entry0-3">900.000</entry>
</sequence-item>
</sequence-items>
<pbc>
<selection id="selection-0">
<prev ref="end"/>
<next ref="end"/>
<return ref="end"/>
<timeout ref="end"/>
<wait>0</wait>
<loop jump-timing="immediate" > 1</loop>
<play-item ref="sequence-0"/>
<select ref="selection-0"/>
</selection>
<endlist id="end"/>
</pbc>
</videocd> -
The svcd plays fine in my player, but I wanted to have the ability to create 5 minute chapters so I could skip to them easily by either pressing the next/back button or a corresponding number on the remote. I tried changing the decimals to commas and that didn't help either.
Similar Threads
-
missing chapters on standalone dvd
By lukasz.w80 in forum Authoring (DVD)Replies: 7Last Post: 10th May 2011, 16:38 -
missing chapters on standalone dvd - dvdlab
By lukasz.w80 in forum Authoring (DVD)Replies: 0Last Post: 10th May 2011, 09:56 -
chapters points missing from .MKV trimmed with AVIdemux
By DaveIsHere in forum Video ConversionReplies: 2Last Post: 22nd Aug 2010, 17:40 -
Creating chapters (MKV)
By ignorantbliss in forum Newbie / General discussionsReplies: 1Last Post: 4th May 2010, 10:32 -
Creating chapters with VIDEO_TS?
By silentsteps in forum Authoring (DVD)Replies: 1Last Post: 28th Jul 2008, 22:37