VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I have capured a music concert and cut it in differend chapters, but after the burnprocces i have by every capter a pauze from 3 sec. I want to get it smooth from one chapter to the next. I captured and cut it in avi, convert to mpeg with TMPgenc and burnd with nero 5.5.4.0 and set the pauze on 0 sec. I've tried several settings, all with the same result.
    It cost me many cd's and have no clue. Who can help me?
    Quote Quote  
  2. Member
    Join Date
    Jul 2001
    Location
    One Step From Hell
    Search Comp PM
    You could try using VCDImager. Once you learn how to use it you'll love it.

    Heres a link that may help ya: http://www.vcdimager.org/guides/simple_multitrack.html#method3

    Just put your mpg's into the same folder as VCDImager and type:
    Code:
    vcdxgen mpg1.mpg mpg2.mpg etc.mpg etc.mpg
    Doing this will generate a file called videocd.xml , open this file and you'll see some stuff like this:
    Code:
      </sequence-items>
      <pbc>
        <playlist id="lid-000">
          <next ref="lid-001"/>
          <return ref="lid-end"/>
          <wait>5</wait>
          <autowait>0</autowait>
          <play-item ref="sequence-00"/>
        </playlist>
        <playlist id="lid-001">
          <prev ref="lid-000"/>
          <next ref="lid-002"/>
          <return ref="lid-end"/>
          <wait>5</wait>
          <autowait>0</autowait>
          <play-item ref="sequence-01"/>
        </playlist>
        <playlist id="lid-002">
          <prev ref="lid-001"/>
          <next ref="lid-end"/>
          <return ref="lid-end"/>
          <wait>5</wait>
          <autowait>0</autowait>
          <play-item ref="sequence-02"/>
        </playlist>
        <endlist id="lid-end" rejected="true"/>
      </pbc>
    </videocd>
    If your doing VCD and not SVCDs all you need in your case is to change the wait time from <wait>5</wait> to <wait>0</wait>.

    After your donr editing the XML file just save and close it. You can then type:
    Code:
    vcdxbuild -c name-of-file.cue -b name-of-file.bin videocd.xml
    This will give you an output bin/cue file which you can now burn w/ CDRWin.

    Theres so much more you can do with this program but for what your wanting this is the way togo.

    -Hope this helps!!!!!


    Quote Quote  
  3. Originally Posted by suikerklontje
    I have capured a music concert and cut it in differend chapters, but after the burnprocces i have by every capter a pauze from 3 sec. I want to get it smooth from one chapter to the next.
    You've made a multitrack VCD, not a chaptered one. Multitrack VCDs do not play smoothly between tracks.

    You will have to use entrypoints:
    http://www.geocities.com/medinotes/vcd/chapters.html
    http://www.vcdimager.org/guides/chapters.html (mirror)

    Regards.
    Michael Tam
    w: Morsels of Evidence
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!