I've got an MPEG file (generated with MJPEG mpeg2enc, but then GOPchopped to
get rid of commercials) which generates the following warning from vcdimager
++ WARN: entry point 'chapter1' falls into same sector as previous one!
if I try to start the first chapter at time 0.00. To get it to not give the
warning requires me to move the first chapter entry point out to 0.75sec; if
I try to burn an image that generated that warning, cdrdao reports:
ERROR: videocd.cue: Invalid offset for index 2 of track 2.
Anyone have any hints? I'm attaching the XML I'm trying to use.
Unfortuntely, GOPchopped files seem to usually not lend themselves to
remultiplexing...
------------------------------------------------------------------------
<?xml version="1.0"?>
<!DOCTYPE videocd PUBLIC "-//GNU//DTD VideoCD//EN"
"http://www.gnu.org/software/vcdimager/videocd.dtd">
<videocd class="svcd" version="1.0">
<option name="update scan offsets" value="true"/>
<option name="relaxed aps" value="true"/>
<info>
<album-id>FOO_42</album-id>
<volume-count>1</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
<pvd>
<volume-id>FOO_42</volume-id>
<publisher-id>SNURGLE.ORG</publisher-id>
</pvd>
<sequence-items>
<sequence-item src="final.mpg" id="seq-track1">
<entry id="chapter1">0.0</entry>
<entry id="chapter2">727.00</entry>
<entry id="chapter3">1483.00</entry>
<entry id="chapter4">2090.00</entry>
<entry id="chapter5">2860.00</entry>
</sequence-item>
</sequence-items>
<pbc>
<playlist id="select-chapter1">
<next ref="select-chapter2"/>
<wait>0</wait>
<autowait>0</autowait>
<play-item ref="chapter1"/>
</playlist>
<playlist id="select-chapter2">
<prev ref="select-chapter1"/>
<next ref="select-chapter3"/>
<wait>0</wait>
<autowait>0</autowait>
<play-item ref="chapter2"/>
</playlist>
<playlist id="select-chapter3">
<prev ref="select-chapter2"/>
<next ref="select-chapter4"/>
<wait>0</wait>
<autowait>0</autowait>
<play-item ref="chapter3"/>
</playlist>
<playlist id="select-chapter4">
<prev ref="select-chapter3"/>
<next ref="select-chapter5"/>
<wait>0</wait>
<autowait>0</autowait>
<play-item ref="chapter4"/>
</playlist>
<playlist id="select-chapter5">
<prev ref="select-chapter4"/>
<next ref="select-end"/>
<wait>5</wait>
<autowait>0</autowait>
<play-item ref="chapter5"/>
</playlist>
<endlist id="select-end" rejected="true"/>
</pbc>
</videocd>