home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-07-15 | 1.6 KB | 61 lines |
- # AudioCrusher command line encoder definition file
- # version 1.2
- #
- # Any line begining with '#' in the first column is a comment line
- #
- # This file consist of one main section, the [encoders] section
- # The encoders section contains these keys:
- #
- # numEncoders This is the number of all profiles
- # enc1...encx These make up the list of profiles
- #
- # Each encx entry has its own section, with the name corresponding
- # to the profile name.
- #
- # Available keys for an individual profile section are:
- #
- # filePath The complete path including drive to the
- # encoder executable
- # params The encoder's parameter mask, the following
- # placeholders are available:
- #
- # %1 The input file (inlcuding path)
- # %2 The output file (including path)
- #
- # ext The format specific file extension the
- # encoder will produce (like mp3)
- #
- # A NOTE TO INTERESTED USERS:
- # SysDesk would like to extend the list of predefined encoders,
- # please email your encoder definition files (only this file) to
- # profiles@sysdesk.de if you would like to include your encoder
- # settings in further AudioCrusher releases!
- #
-
-
- [encoders]
- numEncoders=4
- enc1=Fraunhofer IIS L3enc (128 KBps)
- enc2=XingTech TOMPG (128 KBps)
- enc3=LameEnc (128 KBps)
- enc4=Fraunhofer IIS FastEnc (128 KBps)
-
- [Fraunhofer IIS L3enc (128 KBps)]
- filePath=l3enc.exe
- params=%1 %2 -br 128000
- ext=mp3
-
- [XingTech TOMPG (128 KBps)]
- filePath=tompg.exe
- params=%1 %2 -B64
- ext=mp3
-
- [LameEnc (128 KBps)]
- filePath=lame.exe
- params=%1 %2 -b 128
- ext=mp3
-
- [Fraunhofer IIS FastEnc (128 KBps)]
- filePath=fastencc.exe
- params=%1 %2 -br 128000
- ext=mp3