cdparanoia

cdparanoia , man page retrieves audio tracks from CDDA capable CDROM drives.

Few examples:

  1. Extract an entire disc, putting each track in a seperate file:

    
             cdparanoia -vsQ       
    
  2. Extract from the beginning of the disc up to track 3:

    
              cdparanoia – "-3"       
    
  3. Extract from track 1, time 0:30.00 to 1:25.00:

    
              cdparanoia "1[:30.00]-1[1:25]"       
    
  4. Ripping from the beginning of track 2 to the end of track 4:

    
             cdparanoia "2-4"       
    
  5. Rip only track 5, from beggining the end.

    
             cdparanoia "5:[0.00]"       
    

© Copyright 2001-2022 CCRMA, Stanford University. All rights reserved.
Created and Mantained by Juan Reyes