home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / konvertory / headac3 / HeadAC3.exe / HeadAC3he.INI < prev    next >
Text File  |  2004-01-11  |  10KB  |  517 lines

  1. ; HeadAC3he INI File
  2.  
  3. INIVersion       = 10
  4.  
  5. ; Usually the digits mean:
  6. ; 0 - Disable
  7. ; 1 - Enable
  8.  
  9. ; If an option is left blank, a hardcoded default will be used.
  10.  
  11. ; DON'T change the order of the options!
  12.  
  13.  
  14. ; Error-details
  15. ; 0 - show everything
  16. ; 1 - skip infos, but show warnings
  17. ; 2 - show only critical errors
  18. ; 3 - show nothing (not recommended!)
  19. ErrorDetail      = 0
  20.  
  21. ; Start the process automatically/manually? Quit the program automatically/manually?
  22. ; 0 - manual start and end
  23. ; 1 - auto start, manual end
  24. ; 2 - manual start, auto end
  25. ; 3 - auto start and end
  26. StartEnd         = 0
  27.  
  28. ; Ask "Do you want to quit?"
  29. ; StartEnd>1 overrides this setting
  30. ConfirmExit      = 1
  31.  
  32.  
  33. SourFile         = 
  34.  
  35. ; leave blank for automatic operation or set value in ms (max/min +/-32000)
  36. SourDelay        = 
  37.  
  38. ; If DestFile is left blank, a name will be generated using SourFile
  39. DestFile         = 
  40.  
  41. ; 0 - AC3
  42. ; 1 - AC3-WAV
  43. ; 2 - WAV
  44. ; 3 - MP3
  45. ; 4 - Vorbis
  46. ; 5 - MP2
  47. DestFormat       = 2
  48.  
  49. ; Specify bits per sample
  50. ; 2 - 16
  51. ; 3 - 24
  52. ; 4 - 32
  53. WAVBits          = 2
  54.  
  55. ; Specify WAV format
  56. ; 0 - int
  57. ; 1 - float
  58. WAVFormat        = 0
  59.  
  60. ; Specify 2pass mode
  61. ; 0 - none
  62. ; 1 - dumb
  63. ; 2 - hybrid
  64. ; 3 - float
  65. TwoPassMode      = 2
  66.  
  67. ; Values from 1 to 100 allowed
  68. NormalizeTo      = 100
  69.  
  70.  
  71. StartFrame       = 
  72. EndFrame         = 
  73.  
  74.  
  75. ; Use Boost Function?
  76. UseBooster       = 0
  77. ; Types 0->3 available
  78. BoostType        = 0
  79. ; muliply desired values by 100
  80. ; allowed  ranges are 1->999 resp. 0->100
  81. BoostValue       = 140
  82. BoostStrength    = 100
  83.  
  84.  
  85. ; Reading block size for every undefined drive
  86. ; Put in the number of 2^x Bytes:
  87. ; eg: 13 -  8KB
  88. ;     15 - 32KB
  89. ; Maximum is 23 (=8192KB)
  90. BlockSizeGlobal  = 14
  91.  
  92. ; Reading block size for every defined drive
  93. ; format: drive:blocksize and use , as seperator
  94. ; eg: C:12,D:15 or leave blank
  95. BlockSizeDrive   = 
  96.  
  97. ; Same applies for write block settings
  98. WBlockSizeGlobal = 18
  99. WBlockSizeDrive  = 
  100.  
  101. ; Specify minimum and maximum buffer in MB
  102. ; Minimum is 10
  103. MinBuffer        =  10
  104. ; Maximum buffer has higher priority then minimum
  105. ; 0 - unlimited
  106. MaxBuffer        = 128
  107.  
  108. ; Specify priority for main and transfer thread (0 - idle -> 6 critical)
  109. PriorityCPU      = 3
  110. PriorityIO       = 2
  111.  
  112. ; Specify *relative* I/O priority when PCM data is written
  113. ; eg. 2 means two steps lower then PriorityIO)
  114. PCMRelPrioIO      = 1
  115.  
  116.  
  117. ; 0 - nothing
  118. ; 1 - Azid Configuration
  119. ; 2 - MP2enc/Lame/Vorbis Configuration
  120. ShowOptions      = 0
  121.  
  122. ; Show the Log window?
  123. ShowLog          = 1
  124.  
  125.  
  126. ; Azid Defaults:
  127.  
  128. ; set to less than -2db (min is -127) to prevent clipping with wrongly(?) mastered ac3s
  129. AzidGainCorrect  =-2
  130.  
  131. ; Current Preset
  132.  
  133. ; Select input channels
  134. InLeft           = 1
  135. InCenter         = 1
  136. InRight          = 1
  137. InRearLeft       = 1
  138. InRearRight      = 1
  139. InLFE            = 1
  140.  
  141. ; Input channel gain (-60db to 60db)
  142. InLeftGain       =   0
  143. InCenterGain     =  -3
  144. InRightGain      =   0
  145. InRearLeftGain   =  -3
  146. InRearRightGain  =  -3
  147. InLFEGain        =  -3
  148.  
  149. ; Input channel DRC
  150. ; 0 - none
  151. ; 1 - light
  152. ; 2 - normal
  153. ; 3 - heavy
  154. ; 4 - inverse
  155. InLeftDRC        = 0
  156. InCenterDRC      = 0
  157. InRightDRC       = 0
  158. InRearLeftDRC    = 0
  159. InRearRightDRC   = 0
  160. InLFEDRC         = 0
  161.  
  162. ; Select output channels
  163. OutLeft          = 1
  164. OutCenter        = 0
  165. OutRight         = 1
  166. OutRearLeft      = 0
  167. OutRearRight     = 0
  168. OutLFE           = 0
  169.  
  170. ; Output channel gain (-60db to 60db)
  171. OutLeftGain      =   0
  172. OutCenterGain    =   0
  173. OutRightGain     =   0
  174. OutRearLeftGain  =   0
  175. OutRearRightGain =   0
  176. OutLFEGain       =   0
  177.  
  178. ; Output channel DRC
  179. ; 0 - none
  180. ; 1 - light
  181. ; 2 - normal
  182. ; 3 - heavy
  183. ; 4 - inverse
  184. OutLeftDRC       = 2
  185. OutCenterDRC     = 0
  186. OutRightDRC      = 2
  187. OutRearLeftDRC   = 0
  188. OutRearRightDRC  = 0
  189. OutLFEDRC        = 0
  190.  
  191. ; global gain, needed for one pass mode (-120db to 120db)
  192. GlobalGain       =    0
  193.  
  194. ; 0 - Mono
  195. ; 1 - Surround
  196. ; 2 - Stereo
  197. ; 3 - Surround 2
  198. DownmixType      = 3
  199.  
  200. ; Use 7kHz low-pass for rear channels?
  201. LowPassFilter    = 0
  202.  
  203.  
  204. ; 2Ch Preset
  205.  
  206. ; Select input channels
  207. 2ChInLeft           = 1
  208. 2ChInCenter         = 1
  209. 2ChInRight          = 1
  210. 2ChInRearLeft       = 1
  211. 2ChInRearRight      = 1
  212. 2ChInLFE            = 1
  213.  
  214. ; Input channel gain (-60db to 60db)
  215. 2ChInLeftGain       =   0
  216. 2ChInCenterGain     =  -3
  217. 2ChInRightGain      =   0
  218. 2ChInRearLeftGain   =  -3
  219. 2ChInRearRightGain  =  -3
  220. 2ChInLFEGain        =  -3
  221.  
  222. ; Input channel DRC
  223. ; 0 - none
  224. ; 1 - light
  225. ; 2 - normal
  226. ; 3 - heavy
  227. ; 4 - inverse
  228. 2ChInLeftDRC        = 0
  229. 2ChInCenterDRC      = 0
  230. 2ChInRightDRC       = 0
  231. 2ChInRearLeftDRC    = 0
  232. 2ChInRearRightDRC   = 0
  233. 2ChInLFEDRC         = 0
  234.  
  235. ; Select output channels
  236. 2ChOutLeft          = 1
  237. 2ChOutCenter        = 0
  238. 2ChOutRight         = 1
  239. 2ChOutRearLeft      = 0
  240. 2ChOutRearRight     = 0
  241. 2ChOutLFE           = 0
  242.  
  243. ; Output channel gain (-60db to 60db)
  244. 2ChOutLeftGain      =   0
  245. 2ChOutCenterGain    =   0
  246. 2ChOutRightGain     =   0
  247. 2ChOutRearLeftGain  =   0
  248. 2ChOutRearRightGain =   0
  249. 2ChOutLFEGain       =   0
  250.  
  251. ; Output channel DRC
  252. ; 0 - none
  253. ; 1 - light
  254. ; 2 - normal
  255. ; 3 - heavy
  256. ; 4 - inverse
  257. 2ChOutLeftDRC       = 2
  258. 2ChOutCenterDRC     = 0
  259. 2ChOutRightDRC      = 2
  260. 2ChOutRearLeftDRC   = 0
  261. 2ChOutRearRightDRC  = 0
  262. 2ChOutLFEDRC        = 0
  263.  
  264. ; global gain, needed for one pass mode (-120db to 120db)
  265. 2ChGlobalGain       =    0
  266.  
  267. ; 0 - Mono
  268. ; 1 - Surround
  269. ; 2 - Stereo
  270. ; 3 - Surround 2
  271. 2ChDownmixType      = 3
  272.  
  273. ; Use 7kHz low-pass for rear channels?
  274. 2ChLowPassFilter    = 0
  275.  
  276.  
  277. ; 4Ch Preset
  278.  
  279. ; Select input channels
  280. 4ChInLeft           = 1
  281. 4ChInCenter         = 1
  282. 4ChInRight          = 1
  283. 4ChInRearLeft       = 1
  284. 4ChInRearRight      = 1
  285. 4ChInLFE            = 1
  286.  
  287. ; Input channel gain (-60db to 60db)
  288. 4ChInLeftGain       =   0
  289. 4ChInCenterGain     =  -3
  290. 4ChInRightGain      =   0
  291. 4ChInRearLeftGain   =   0
  292. 4ChInRearRightGain  =   0
  293. 4ChInLFEGain        =  -3
  294.  
  295. ; Input channel DRC
  296. ; 0 - none
  297. ; 1 - light
  298. ; 2 - normal
  299. ; 3 - heavy
  300. ; 4 - inverse
  301. 4ChInLeftDRC        = 0
  302. 4ChInCenterDRC      = 0
  303. 4ChInRightDRC       = 0
  304. 4ChInRearLeftDRC    = 0
  305. 4ChInRearRightDRC   = 0
  306. 4ChInLFEDRC         = 0
  307.  
  308. ; Select output channels
  309. 4ChOutLeft          = 1
  310. 4ChOutCenter        = 0
  311. 4ChOutRight         = 1
  312. 4ChOutRearLeft      = 1
  313. 4ChOutRearRight     = 1
  314. 4ChOutLFE           = 0
  315.  
  316. ; Output channel gain (-60db to 60db)
  317. 4ChOutLeftGain      =   0
  318. 4ChOutCenterGain    =   0
  319. 4ChOutRightGain     =   0
  320. 4ChOutRearLeftGain  =   0
  321. 4ChOutRearRightGain =   0
  322. 4ChOutLFEGain       =   0
  323.  
  324. ; Output channel DRC
  325. ; 0 - none
  326. ; 1 - light
  327. ; 2 - normal
  328. ; 3 - heavy
  329. ; 4 - inverse
  330. 4ChOutLeftDRC       = 1
  331. 4ChOutCenterDRC     = 0
  332. 4ChOutRightDRC      = 1
  333. 4ChOutRearLeftDRC   = 1
  334. 4ChOutRearRightDRC  = 1
  335. 4ChOutLFEDRC        = 0
  336.  
  337. ; global gain, needed for one pass mode (-120db to 120db)
  338. 4ChGlobalGain       =    0
  339.  
  340. ; 0 - Mono
  341. ; 1 - Surround
  342. ; 2 - Stereo
  343. ; 3 - Surround 2
  344. 4ChDownmixType      = 1
  345.  
  346. ; Use 7kHz low-pass for rear channels?
  347. 4ChLowPassFilter    = 0
  348.  
  349.  
  350. ; 6Ch Preset
  351.  
  352. ; Select input channels
  353. 6ChInLeft           = 1
  354. 6ChInCenter         = 1
  355. 6ChInRight          = 1
  356. 6ChInRearLeft       = 1
  357. 6ChInRearRight      = 1
  358. 6ChInLFE            = 1
  359.  
  360. ; Input channel gain (-60db to 60db)
  361. 6ChInLeftGain       =   0
  362. 6ChInCenterGain     =   0
  363. 6ChInRightGain      =   0
  364. 6ChInRearLeftGain   =   0
  365. 6ChInRearRightGain  =   0
  366. 6ChInLFEGain        =   0
  367.  
  368. ; Input channel DRC
  369. ; 0 - none
  370. ; 1 - light
  371. ; 2 - normal
  372. ; 3 - heavy
  373. ; 4 - inverse
  374. 6ChInLeftDRC        = 0
  375. 6ChInCenterDRC      = 0
  376. 6ChInRightDRC       = 0
  377. 6ChInRearLeftDRC    = 0
  378. 6ChInRearRightDRC   = 0
  379. 6ChInLFEDRC         = 0
  380.  
  381. ; Select output channels
  382. 6ChOutLeft          = 1
  383. 6ChOutCenter        = 1
  384. 6ChOutRight         = 1
  385. 6ChOutRearLeft      = 1
  386. 6ChOutRearRight     = 1
  387. 6ChOutLFE           = 1
  388.  
  389. ; Output channel gain (-60db to 60db)
  390. 6ChOutLeftGain      =   0
  391. 6ChOutCenterGain    =   0
  392. 6ChOutRightGain     =   0
  393. 6ChOutRearLeftGain  =   0
  394. 6ChOutRearRightGain =   0
  395. 6ChOutLFEGain       =   0
  396.  
  397. ; Output channel DRC
  398. ; 0 - none
  399. ; 1 - light
  400. ; 2 - normal
  401. ; 3 - heavy
  402. ; 4 - inverse
  403. 6ChOutLeftDRC       = 0
  404. 6ChOutCenterDRC     = 0
  405. 6ChOutRightDRC      = 0
  406. 6ChOutRearLeftDRC   = 0
  407. 6ChOutRearRightDRC  = 0
  408. 6ChOutLFEDRC        = 0
  409.  
  410. ; global gain, needed for one pass mode (-120db to 120db)
  411. 6ChGlobalGain       =    0
  412.  
  413. ; 0 - Mono
  414. ; 1 - Surround
  415. ; 2 - Stereo
  416. ; 3 - Surround 2
  417. 6ChDownmixType      = 1
  418.  
  419. ; Use 7kHz low-pass for rear channels?
  420. 6ChLowPassFilter    = 0
  421.  
  422.  
  423.  
  424. ; Lame defaults:
  425.  
  426. ; 0-6 are alt settings, 7-22 are normal ones
  427. LamePreset       = 5
  428.  
  429. ; Available modes:
  430. ; 0 - CBR
  431. ; 1 - VBR
  432. ; 2 - ABR
  433. LameMode         = 2
  434.  
  435. ; allowed quality range: 9 (worst) -> 0 (best)
  436. LameVBRQuality   = 3
  437.  
  438. ; allowed bitrate range: 0 (32kbps) -> 13 (320kbps)
  439. LameMinBitrate   =  0
  440. LameMaxBitrate   = 13
  441.  
  442. ; allowed bitrate range: 32kbps -> 320kbps
  443. LameAveBitrate   = 112
  444.  
  445. ; Lame channel encoding mode:
  446. ; 0 - stereo
  447. ; 1 - joint stereo
  448. ; 2 - dual channel
  449. LameChannelMode  = 1
  450.  
  451. LameCRC          = 0
  452. LameCopyright    = 1
  453. LameOriginal     = 1
  454. LamePrivate      = 0
  455.  
  456.  
  457. ; Vorbis defaults:
  458.  
  459. ; Available modes:
  460. ; 0 - CBR
  461. ; 1 - VBR
  462. ; 2 - ABR
  463. VorbisMode         = 1
  464.  
  465. ; allowed quality range: 0 (worst) -> 1000 (best)
  466. VorbisVBRQuality = 300
  467.  
  468. ; allowed bitrate range: 0kbps -> 511kbps
  469. VorbisMinBitrate =   0
  470. VorbisNomBitrate = 112
  471. VorbisMaxBitrate = 511
  472.  
  473. ;multiplied by 10, range from 0 to 9990
  474. ; blank: uses default
  475. VorbisLowpass     =
  476.  
  477. VorbisHoldLowpass = 0
  478.  
  479.  
  480. ; MP2enc defaults:
  481.  
  482. ; Available modes:
  483. ; 0 - CBR
  484. ; 1 - VBR
  485. MP2encMode         = 0
  486.  
  487. ; allowed quality range: 9 (worst) -> 0 (best)
  488. MP2encVBRQuality   = 3
  489.  
  490. ; allowed bitrate range: 0 (32kbps) -> 13 (320kbps)
  491. MP2encMinBitrate   = 11
  492.  
  493. ; MP2enc channel encoding mode:
  494. ; 0 - stereo
  495. ; 1 - joint stereo
  496. ; 2 - dual channel
  497. MP2encChannelMode  = 0
  498.  
  499. MP2encCRC          = 1
  500. MP2encCopyright    = 1
  501. MP2encOriginal     = 1
  502. MP2encPrivate      = 0
  503.  
  504. MP2encNoPadding    = 0
  505. MP2encAncillary    = 0
  506.  
  507. MP2encPsyModel     = 2
  508.  
  509.  
  510. ; SSRC defaults:
  511.  
  512. UseSSRC          = 0
  513. SSRCFrequency    = 1
  514.  
  515.  
  516. ; End
  517.