help-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VCDImager] Making a simple VCD divided in chapters


From: Leandro Lucarella
Subject: [VCDImager] Making a simple VCD divided in chapters
Date: Tue, 18 Sep 2001 00:53:45 -0300 (ART)

Hi, I want to make a simple VCD divided in chapters, but I don't want to
have any gap between then, just like a DVD...
I've tried with entry points, but I get some errors:

$ vcdxbuild videocd.xml   
++ WARN: initializing libvcd 0.7.10 [linux-gnu/i686]
++ WARN:  
++ WARN:  this is the UNSTABLE development branch!
++ WARN:  use only if you know what you are doing
++ WARN:  see http://www.hvrlab.org/~hvr/vcdimager/ for more information
++ WARN:  
++ WARN: APS' pts seems out of order (actual pts 2532.626667, last seen pts 
2532.706667) -- ignoring this aps
   INFO: scanning mpeg sequence item #0 for scanpoints...
++ WARN: requested entry point (id=entry-000) at 10.000000, closest possible 
entry point at 0.000000
++ WARN: requested entry point (id=entry-001) at 20.000000, closest possible 
entry point at 0.000000
++ WARN: entry point 'entry-001' falls into same sector as previous one!
++ WARN: requested entry point (id=entry-002) at 22.000000, closest possible 
entry point at 0.000000
++ WARN: entry point 'entry-002' falls into same sector as previous one!
++ WARN: requested entry point (id=entry-003) at 30.000000, closest possible 
entry point at 0.000000
++ WARN: entry point 'entry-003' falls into same sector as previous one!
   INFO: writing track 1 (ISO9660)...
   INFO: writing track 2, MPEG1, PAL SIF (352x288/25fps), audio[0]: 
l2/44.1kHz/224kbps/stereo ...
   INFO: finished ok, image created with 219646 sectors [48:48.46]

I can't even burn the generated image... I've attached the videocd.xml just
in case you want to see it... I've tried too to make it without PBC...
<?xml version="1.0"?>
<!DOCTYPE videocd PUBLIC "-//GNU//DTD VideoCD//EN" 
"http://www.gnu.org/software/vcdimager/videocd.dtd";>
<!-- commandline used: vcdxgen CHACHACHA-01.mpg -->
<videocd xmlns="http://www.gnu.org/software/vcdimager/1.0/"; class="vcd" 
version="2.0">
  <info>
    <album-id></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="chachacha.mpg" id="sequence-00">
      <entry id="entry-000">10</entry>
      <entry id="entry-001">20</entry>
      <entry id="entry-002">22</entry>
      <entry id="entry-003">30</entry>
    </sequence-item>
  </sequence-items>
  <pbc>
    <playlist id="lid-start">
      <prev ref="lid-start"/>
      <next ref="lid-000"/>
      <return ref="lid-end"/>
      <wait>0</wait>
      <autowait>0</autowait>
      <play-item ref="sequence-00"/>
    </playlist>
    <playlist id="lid-000">
      <prev ref="lid-start"/>
      <next ref="lid-001"/>
      <return ref="lid-end"/>
      <wait>0</wait>
      <autowait>0</autowait>
      <play-item ref="entry-000"/>
    </playlist>
    <playlist id="lid-001">
      <prev ref="lid-000"/>
      <next ref="lid-002"/>
      <return ref="lid-end"/>
      <wait>0</wait>
      <autowait>0</autowait>
      <play-item ref="entry-001"/>
    </playlist>
    <playlist id="lid-002">
      <prev ref="lid-001"/>
      <next ref="lid-003"/>
      <return ref="lid-end"/>
      <wait>0</wait>
      <autowait>0</autowait>
      <play-item ref="entry-002"/>
    </playlist>
    <playlist id="lid-003">
      <prev ref="lid-002"/>
      <next ref="lid-end"/>
      <return ref="lid-end"/>
      <wait>0</wait>
      <autowait>0</autowait>
      <play-item ref="entry-003"/>
    </playlist>
    <endlist id="lid-end" rejected="true"/>
  </pbc>
</videocd>

--
LUCA - Leandro Lucarella
------------------------
address@hidden
http://www.luca.2y.net
LICQ UIN: 2847576
------------------------
Usando Debian GNU/Linux

reply via email to

[Prev in Thread] Current Thread [Next in Thread]