Index of /~alex/transcode/REACT/REACT2

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]REACT-image.bak2006-12-19 04:16 10K 
[   ]REACT-image.cfg2006-12-19 04:16 10K 
[   ]REACT-image.cfg.orig2006-12-11 16:27 10K 
[   ]REACT-track.cfg2006-12-11 18:05 6.9K 
[   ]REACT.au32006-12-15 01:45 30K 
[   ]REACT.bak2006-12-16 20:05 1.6K 
[   ]REACT.exe2006-12-15 01:52 127K 
[IMG]REACT.ico2006-12-07 21:08 3.2K 
[   ]REACT.ini2006-12-16 20:05 1.6K 
[   ]REACT_src.zip2006-12-12 03:58 8.8K 
[TXT]README.html2006-12-11 23:53 7.4K 
[DIR]coverdownloader/2006-12-14 06:58 -  
[   ]make.bat2006-12-11 08:55 329  
[   ]play.au32006-12-14 19:33 2.2K 
[   ]play.bak2006-12-14 19:33 2.2K 
[   ]react.au3.orig2006-12-11 12:53 26K 
[   ]react.cmd2006-12-14 21:16 19  
[DIR]src/2006-12-14 06:59 -  
[DIR]tools/2006-12-14 06:58 -  

README

REACT 2.0 Final - EAC plugin

REACT 2.0 is not backward compatible with version 1.0. This version is more powerful, easier to use and configure. It uses only two configuration scripts: REACT-image.cfg, and REACT-track.cfg. Image mode (F10) is recommended, as it may be used for creating both an image and tracks, and is a little more robust. With Nyaochi's excellent ACDIR, it will split the image to tracks while encoding. You can pick and choose from which formats you want by only editing a few characters in the .cfg file. See examples below.

NEWS

FEATURES

The wiki has more info : http://wiki.hydrogenaudio.org/index.php?title=REACT

Three new sections are added to the REACT.ini file: [UserTrackFormats], [UserOutputNames], and [UserSettings]. The user may edit these, but also add new variable=value pairs. These will be accesible in the .cfg scripts as @variable@ and will be substituted to value when executed. This makes it possible to place all configuration settings in the REACT.ini file, and leave the more complicated DOS-scripting code in the .cfg files. The regular user will therefore only need to modify the REACT.ini files.

INSTALL

Make sure to install in a new directory, or remove any old version of REACT before installing.

Tools included:

acdir.exe http://nyaochi.sakura.ne.jp/xoops/modules/mydownloads/singlefile.php?cid=1&lid=2
Glob.exe http://www.codeproject.com/file/fileglob.asp (example program modified by me)
flac.exehttp://flac.sourceforge.net (1.1.3)
metaflac.exehttp://flac.sourceforge.net
wavpack.exe http://www.wavpack.com  (4.40)
wvgain.exe http://www.wavpack.com
lame.exehttp://www.rarewares.org/mp3.html (3.97)
metamp3.exe Created by me. Uses sources from mp3gain, and encspotconsole, and id3lib.
iTunesEncode.exehttp://www.hydrogenaudio.org/forums/index.php?showtopic=35242
albumart.exe http://www.hydrogenaudio.org/forums/index.php?showtopic=43429
aacgain.exehttp://www.rarewares.org/aac.html
AtomicParsley.exehttp://atomicparsley.sourceforge.net
WaveGain.exehttp://www.rarewares.org/others.html

Download the following tools for full functionality (nero aac and vorbis):

neroAacEnc.exe http://www.nero.com/nerodigital/eng/Nero_Digital_Audio.html
oggenc2.exe http://homepage3.nifty.com/blacksword
vorbisgain.exe http://www.rarewares.org/ogg.html

EXAMPLES

1) Create FLAC tracks, and MP3 tracks, no image.

Press Alt-F2 to edit the REACT.ini file. Set the line in the [Settings] section:
    ImageExt=wav

and set the following lines in the [UserTrackFormats] section, and hit F10:
    Flac=1
    Wavpack=0
    LameMP3=1
    NeroAac=0
    iTunesAac=0
    OggEnc2=0

Alternatively, hit F4 (track ripping), but be aware of possible shortcomings in track mode post-processing (RG-scanning, picture embedding).

2) Create a WAVPACK image, and Nero AAC tracks.

Press Alt-F2 to edit the REACT.ini file. Set the line in the [Settings] section:
    ImageExt=wv

and set the following lines in the [UserTrackFormats] section, and hit F10:
    Flac=0
    Wavpack=0
    LameMP3=0
    NeroAac=1
    iTunesAac=0
    OggEnc2=0

You may set all these variables independently. Additional configuration is at the top part of the .cfg script.

CREDITS


Tycho, 11th Dec 2006.