vcdimager: Video CD Disassembling

 
 4.2 Video CD Disassembling
 ==========================
 
 The next example show how to extract the PBC information and the MPEG
 streams contained in the image file 'videocd.bin' (the resulting streams
 are stored in files named 'avseq##.mpg' with '##' being the track
 number, starting with 0).
 
      $ vcdxrip -c videocd.cue
         INFO: detected extended VCD2.0 PBC files
         INFO: extracting avseq00.mpg... (start lsn 450 (+4739))
         INFO: extracting avseq01.mpg... (start lsn 5189 (+4160))
         INFO: extracting avseq02.mpg... (start lsn 9349 (+4277))
         INFO: writing xml description to `videocd.xml'...
         INFO: done
      $