home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / cd2mp3.zip / cd2mp3pm.cfg next >
Text File  |  1998-12-20  |  3KB  |  93 lines

  1. # Configuration for ToMPG 3.0 converted with Win32-OS/2
  2.  
  3. EncoderId   = ToMPG 3.0 # what will show in the dialog
  4. EncoderExe  = ToMPG.exe # what to execute and where
  5. EncoderType = WIN32OS2  # application type, can be win32os2, vdm or vio
  6. EncoderIn   =           # parameters needed to specify input filename
  7. EncoderOut  =           # parameters needed to specify output filename
  8. EncoderLQ   =           # parameters for low quality
  9. EncoderHQ   =           # parameters for high quality
  10. EncoderBefore  =        # other parameters to always use
  11. EncoderAfter   =-M0     # other parameters to always use
  12. EncoderBitrate =-B      # parameter to specify bitrate
  13. EncoderBrMath  = 1      # parameter to convert kb/s to whatever the encoder accepts
  14. EncoderBrPC    = TRUE   # TRUE if the encoder accepts bitrate per channel
  15. EncoderAcceptsOutput = TRUE # TRUE if an output filename can be specified
  16.                             # after EncoderOut
  17.  
  18. # Configuration for L3Enc 2.x for DOS
  19.  
  20. EncoderId   = L3Enc 2.x
  21. EncoderExe  = L3Enc.exe
  22. EncoderType = VDM
  23. EncoderIn   =
  24. EncoderOut  =
  25. EncoderLQ   =
  26. EncoderHQ   = -hq
  27. EncoderBefore  =
  28. EncoderAfter   =
  29. EncoderBitrate = "-br "
  30. EncoderBrMath  = 1000
  31. EncoderBrPC    = FALSE
  32. EncoderAcceptsOutput = TRUE
  33.  
  34. # Configuration for BladeEnc
  35.  
  36. EncoderId   = BladeEnc
  37. EncoderExe  = BladeEnc.exe
  38. EncoderType = VIO
  39. EncoderIn   =
  40. EncoderOut  =
  41. EncoderLQ   =
  42. EncoderHQ   = -hq
  43. EncoderBefore  =
  44. EncoderAfter   =
  45. EncoderBitrate = "-br "
  46. EncoderBrMath  = 1000
  47. EncoderBrPC    = FALSE
  48. EncoderAcceptsOutput = TRUE
  49.  
  50.  
  51. # Configuration for Leech
  52.  
  53. GrabberId       = Leech     # what will show in the dialog
  54. GrabberExe      = Leech.exe # what to execute and where
  55. GrabberType     = VIO       # application type, can be win32os2, vdm or vio
  56. GrabberIn       = "t "      # parameters needed to specify input track number
  57. GrabberOut      =           # parameters needed to specify output filename
  58. GrabberMangling = Track_%.2d.wav  # mangling scheme, put %d or %.nd for track
  59.                             # number, where n is the minimum number of chars
  60. GrabberBefore   =           # other parameters to always use
  61. GrabberAfter    =           # other parameters to always use
  62. GrabberAcceptsOutput = TRUE # TRUE if a custom WAV directory and filename
  63.                             # can be specified.  If TRUE, set
  64.                             # GrabberMangling to what it would react given
  65.                             # "Track" as a name
  66. GrabberNoDrive  = FALSE     # TRUE if parsing the drive letter is a nuisance
  67.  
  68. # Configuration for Alfons
  69.  
  70. GrabberId       = Alfons
  71. GrabberExe      = alfons.exe
  72. GrabberType     = VIO
  73. GrabberIn       = "g "
  74. GrabberOut      =
  75. GrabberMangling = Track%d.wav
  76. GrabberBefore   =
  77. GrabberAfter    =
  78. GrabberAcceptsOutput = FALSE
  79. GrabberNoDrive  = FALSE
  80.  
  81. # Configuration for JCDread2
  82.  
  83. GrabberId       = JCDread2
  84. GrabberExe      = JCDread2.exe
  85. GrabberType     = VIO
  86. GrabberIn       = "-track "
  87. GrabberOut      = "-file "
  88. GrabberMangling = Track
  89. GrabberBefore   =
  90. GrabberAfter    =
  91. GrabberAcceptsOutput = TRUE
  92. GrabberNoDrive  = FALSE
  93.