vcdimager: Examples

 
 4 Examples
 **********
 
 The general procedure for creating a (Super) Video CD involves the
 following steps:
 
   1. Get an idea for a Video CD.
 
   2. Collecting, creating or encoding the required MPEG items for
      inclusion on the Video CD.
 
   3. Design some sophisticated PBC flow and create a XML description
      reflecting that or use 'vcdxgen' to generate a very simple Video CD
      structure.
 
   4. Let 'vcdxbuild' process the XML description created in the previous
      step.  If required fix warnings and errors displayed by
      'vcdxbuild'.
 
   5. Write the created disc image to a CD-R.
 
    The steps of encoding compliant MPEG program streams are not covered
 in this manual.(1)
 
    The last step, writing to a CD-R, can be accomplished by 'cdrdao'(2)
 as simple as:
 
      $ cdrdao write --device 0,5,0 --speed 8 videocd.cue
      Cdrdao version 1.1.5 - (C) Andreas Mueller <andreas@daneb.de>
        SCSI interface library - (C) Joerg Schilling
        L-EC encoding library - (C) Heiko Eissfeldt
        Paranoia DAE library - (C) Monty
 
      Check http://cdrdao.sourceforge.net/drives.html#dt for current driver
      tables.
 
      Using libscg version 'schily-0.5'
 
      0,5,0: YAMAHA CRW8424S	Rev: 1.0j
      Using driver: Generic SCSI-3/MMC - Version 1.2 (options 0x0000)
 
      Starting write at speed 8...
      Pausing 10 seconds - hit CTRL-C to abort.
      Process can be aborted with QUIT signal (usually CTRL-\).
      Executing power calibration...
      Power calibration successful.
      Writing track 01 (mode MODE2_RAW/MODE2_RAW)...
      Writing track 02 (mode MODE2_RAW/MODE2_RAW)...
      Wrote 750 of 750 MB (Buffer 100%).
      Wrote 334544 blocks. Buffer fill min 96%/max 100%.
      Flushing cache...
      Writing finished successfully.
      $
 

Menu