home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / aimp / aimp_2.61.583.exe / Encoders / enc_radio.ini next >
INI File  |  2010-03-26  |  1KB  |  89 lines

  1. [FLAC: Fast Compression]
  2. App=flac.exe
  3. Ext=.flac
  4. CmdLine=-s -0 - -o %out%
  5.  
  6. [FLAC: High Compression]
  7. App=flac.exe
  8. Ext=.flac
  9. CmdLine=-s -8 - -o %out%
  10.  
  11. [MP3: CBR 32 kbps]
  12. App=lame.exe
  13. Ext=.mp3
  14. CmdLine=-b 32 - %out%
  15.  
  16. [MP3: CBR 64 kbps]
  17. App=lame.exe
  18. Ext=.mp3
  19. CmdLine=-b 64 - %out%
  20.  
  21. [MP3: CBR 80 kbps]
  22. App=lame.exe
  23. Ext=.mp3
  24. CmdLine=-b 80 - %out%
  25.  
  26. [MP3: CBR 96 kbps]
  27. App=lame.exe
  28. Ext=.mp3
  29. CmdLine=-b 96 - %out%
  30.  
  31. [MP3: CBR 128 kbps]
  32. App=lame.exe
  33. Ext=.mp3
  34. CmdLine=-b 128 - %out%
  35.  
  36. [MP3: CBR 160 kbps]
  37. App=lame.exe
  38. Ext=.mp3
  39. CmdLine=-b 160 - %out%
  40.  
  41. [MP3: CBR 192 kbps]
  42. App=lame.exe
  43. Ext=.mp3
  44. CmdLine=-b 192 - %out%
  45.  
  46. [MP3: CBR 256 kbps]
  47. App=lame.exe
  48. Ext=.mp3
  49. CmdLine=-b 256 - %out%
  50.  
  51. [MP3: CBR 320 kbps]
  52. App=lame.exe
  53. Ext=.mp3
  54. CmdLine=-b 320 - %out%
  55.  
  56. [OGG: 32 kbps]
  57. App=oggenc.exe
  58. Ext=.ogg
  59. CmdLine=-b 32 -o %out% -
  60.  
  61. [OGG: 64 kbps]
  62. App=oggenc.exe
  63. Ext=.ogg
  64. CmdLine=-b 64 -o %out% -
  65.  
  66. [OGG: 80 kbps]
  67. App=oggenc.exe
  68. Ext=.ogg
  69. CmdLine=-b 80 -o %out% -
  70.  
  71. [OGG: 96 kbps]
  72. App=oggenc.exe
  73. Ext=.ogg
  74. CmdLine=-b 96 -o %out% -
  75.  
  76. [OGG: 128 kbps]
  77. App=oggenc.exe
  78. Ext=.ogg
  79. CmdLine=-b 128 -o %out% -
  80.  
  81. [OGG: 160 kbps]
  82. App=oggenc.exe
  83. Ext=.ogg
  84. CmdLine=-b 160 -o %out% -
  85.  
  86. [OGG: 256 kbps]
  87. App=oggenc.exe
  88. Ext=.ogg
  89. CmdLine=-b 256 -o %out% -