home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / sharewar / acrusher / download / SETUP.EXE / {app} / cmdline.ini < prev    next >
Encoding:
INI File  |  2001-07-15  |  1.6 KB  |  61 lines

  1. # AudioCrusher command line encoder definition file
  2. # version 1.2
  3. #
  4. # Any line begining with '#' in the first column is a comment line
  5. #
  6. # This file consist of one main section, the [encoders] section
  7. # The encoders section contains these keys:
  8. #
  9. #    numEncoders    This is the number of all profiles
  10. #    enc1...encx    These make up the list of profiles
  11. #
  12. # Each encx entry has its own section, with the name corresponding
  13. # to the profile name.
  14. #
  15. # Available keys for an individual profile section are:
  16. #
  17. #    filePath    The complete path including drive to the
  18. #            encoder executable
  19. #    params        The encoder's parameter    mask, the following
  20. #            placeholders are available:
  21. #            
  22. #            %1    The input file (inlcuding path)
  23. #            %2    The output file (including path)
  24. #
  25. #    ext        The format specific file extension the
  26. #            encoder will produce (like mp3)
  27. #
  28. # A NOTE TO INTERESTED USERS:
  29. # SysDesk would like to extend the list of predefined encoders,
  30. # please email your encoder definition files (only this file) to 
  31. # profiles@sysdesk.de if you would like to include your encoder 
  32. # settings in further AudioCrusher releases!
  33. #
  34.  
  35.  
  36. [encoders]
  37. numEncoders=4
  38. enc1=Fraunhofer IIS L3enc (128 KBps)
  39. enc2=XingTech TOMPG (128 KBps)
  40. enc3=LameEnc (128 KBps)
  41. enc4=Fraunhofer IIS FastEnc (128 KBps)
  42.  
  43. [Fraunhofer IIS L3enc (128 KBps)]
  44. filePath=l3enc.exe
  45. params=%1 %2 -br 128000
  46. ext=mp3
  47.  
  48. [XingTech TOMPG (128 KBps)]
  49. filePath=tompg.exe
  50. params=%1 %2 -B64
  51. ext=mp3
  52.  
  53. [LameEnc (128 KBps)]
  54. filePath=lame.exe
  55. params=%1 %2 -b 128
  56. ext=mp3
  57.  
  58. [Fraunhofer IIS FastEnc (128 KBps)]
  59. filePath=fastencc.exe
  60. params=%1 %2 -br 128000
  61. ext=mp3