home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 105 / CD-ROM 105.iso / avid / premierepro / data1.cab / Program_Files_Group_1 / cuesheet.inf < prev    next >
Encoding:
INI File  |  2003-09-26  |  854 b   |  34 lines

  1. ;
  2. ;    Ctrl = 0) No pre-emphasis / copy prohibited (Default value if entry not present)
  3. ;           1) Pre-emphasis / copy prohibited
  4. ;           2) No pre-emphasis / copy permitted
  5. ;           3) Pre-emphasis / copy permitted
  6. ;
  7. ; Index## = Size in blocks (75 blocks = 1 sec.). If necessary, the first non present index will
  8. ;           be used for padding until the end of the track
  9. ;
  10. ;     UPC = Universal Product Code (Bar Code): not generated if entry not present
  11. ;
  12. ;    ISRC = Internation Standard Recording Code: not generated if entry not present
  13. ;
  14.  
  15. [PFCCueSheet]
  16. UPC = 0000000000000
  17. FirstTrackNumber = 1
  18.  
  19. [Track00]
  20. PathName = C:\TEST\TEST.WAV
  21. Ctrl = 2
  22. ISRC = 000000000000
  23. Index00 = 182
  24.  
  25. [Track01]
  26. PathName = C:\TEST\TEST.MP3
  27. Index00 = 150
  28. Index01 = 600
  29.  
  30. [Track02]
  31. PathName = C:\TEST\TEST.WMA
  32. Ctrl = 1
  33. Index00 = 0
  34.