vcdxrip: Extraction Examples

 
 3.2 Examples specifying what to rip
 ===================================
 
 If I just want the XML description only for the last example in the
 previous section:
 
      vcdxrip --norip -i nausicaa.bin --output-file nausicaa.xml
 
    Suppose I want extract only the big MPEGs of the CD in the default CD
 without menus and extra file information.  This is probably close:
 
      vcdxrip --nosequences --nofiles
 
    The above will create an XML description file.  Suppose on the other
 hand I just want the extraneous files but not the MPEG data of the CD in
 the default CD-ROM drive, then this may work:
 
      vcdxrip --noseqeunces --nosegments
 
    If you only want to extract track 1 from your CD this might work:
 
      vcdxrip --track 1