######################################################### # # Perl Audio Converter - Configuration File # ######################################################### # Select your desired language # # EN = English # FR = French # PT = Portuguese ######################################################### LANG = EN # # Application Paths # # You must set all paths manually if you choose not to run pacpl-install. # They can be found using 'which lame', or 'whereis oggenc', etc. # ######################################################################### # LAME ########################### LAME =/usr/local/bin/lame # Ogg Vorbis Encoder ############################# OGGENC =/usr/local/bin/oggenc # Ogg Vorbis Decoder ############################# OGGDEC =/usr/local/bin/oggdec # FLAC Encoder & Decoder ########################### FLAC =/usr/local/bin/flac # Monkey Audio (APE) Encoder/Decoder #################################### MAC =/usr/local/bin/mac #Shorten (SHN) Encoder/Decoder ############################## SHORTEN =/usr/local/bin/shorten # (AAC/MP4/M4A) Encoder ########################### FAAC =/usr/local/bin/faac # (AAC/MP4/M4A) Decoder ########################### FAAD =/usr/local/bin/faad # Multi-Decoder ############################### MPLAYER =/usr/local/bin/mplayer # Musepack Encoder ############################# MPPENC =/usr/local/bin/mppenc # Musepack Decoder ############################# MPPDEC =/usr/local/bin/mppdec # Wavpack Encoder ############################## WAVPACK =/usr/local/bin/wavpack # Wavpack Decoder ############################### WVUNPACK =/usr/local/bin/wvunpack # OptimFrog (OFR) Encoder/Decoder ################################# OFR =/usr/local/bin/ofr # OptimFrog (OFS) Encoder/Decoder ################################# OFS =/usr/local/bin/ofs # TTA Encoder/Decoder ############################# TTAENC =/usr/local/bin/ttaenc # LPAC Encoder/Decoder ########################### LPAC =/usr/local/bin/lpac # SOX (SOund eXchange) ########################## SOX =/usr/local/bin/sox # FFmpeg ############################# FFMPEG =/usr/local/bin/ffmpeg # Lossless Audio (LA) ######################### LA =/usr/local/bin/laudio # BONK ########################## BONK =/usr/local/bin/bonk # CD Reader/Ripper ################################# CDPARANOIA =/usr/local/bin/cdparanoia # CDROM Device ######################### CDROM = /dev/acd0 ######################### # CDDB Settings ######################### # USE_CDDB = 1 # CDDB_HOST = freedb.freedb.org CDDB_PORT = 8880 CDDB_MODE = cddb # # # Interactive CDDB ######################### CDDB_INPUT = 1 ######################### # MP3 Player ############################## MP3PLAYER = /usr/local/bin/mpg123 # Ogg Vorbis Player ############################## OGGPLAYER = /usr/local/bin/ogg123 # FLAC Player ############################### FLACPLAYER = /usr/local/bin/mplayer # MP4 Player ############################### MP4PLAYER = /usr/local/bin/mplayer # Musepack (MPC) Player ############################## MPCPLAYER = /usr/local/bin/mppdec # BONK Player ############################ BNKPLAYER = /usr/local/bin/bonk # WAV Player ############################ WAVPLAYER = /usr/local/bin/play # WMA Player ############################### WMAPLAYER = /usr/local/bin/mplayer # RealAudio (RA) Player ############################### RAPLAYER = /usr/local/bin/mplayer ############################### # # Encoder / Decoder Options # ############################### ############################### # Ogg encoding quality # # Sets encoding quality to n, between -1 (low) and 10 # (high). This is the default mode of operation, with # a default quality level of 3. Fractional quality # levels such as 2.5 are permitted. Normal quality # range is 0 - 10. QUALITY = 3 ##################################### # Audio Bitrate # # Default: 128 # voice = 56kbps/mono # fm/radio/tape = 112kbps # mp3 = 128kbps # hifi = 160kbps # cd = 192kbps # studio = 256kbps BITRATE = 128 ######################## # Sampling Frequency # FREQ = 44100 ######################## # Audio Channels # CHANNELS = 2 ######################### # BONK Quantization Level # QLEVEL = 1.0 ######################### # BONK Downsampling Ratio # DRATIO = 2 ######################### # BONK Predictor Size # PSIZE = 128 ######################## # Flac compression level # # Set compression level when encoding FLAC files # Default: 8 # 1-8 (0 = fastest & 8 = highest ) FLEVEL = 3 ###################################### # Monkey Audio (APE) compression level # # Ape compression level # Compress (fast): '--alevel=1000' # Compress (normal): '--alevel=2000' # Compress (high): '--alevel=3000' # Compress (extra high): '--alevel=4000' # Compress (insane): '--alevel=5000' ALEVEL = 2000 ################################# # Shorten (SHN) compression level # # Shorten (SHN) format version number # (2: no seek info; 3: default) SLEVEL = 3 ################### # Musepack (MPC) compression level # # Musepack (MPC) compression level # thumb low quality/internet, (typ. 58... 86 kbps) # radio medium (MP3) quality, (typ. 112...152 kbps) # standard high quality (dflt), (typ. 142...184 kbps) # xtreme extreme high quality, (typ. 168...212 kbps) # insane extreme high quality, (typ. 232...268 kbps) # braindead extreme high quality, (typ. 232...278 kbps) XLEVEL = radio ######################### # OptimFrog (OFR/OFS/OFF) # # MODE (fast, normal, high, extra, best, highnew, extranew, bestnew) # # specify the compression mode to be used. The default value is normal. # For general use, I recommend the normal, extra, and extranew modes # # OPTIMIZE (none, fast, normal, high, best) # # specify the optimization level in the engine. In order to achieve # optimal compression at all sample types, sample rates, and audio # content, the core compression engine has the possibility to find the # optimal values for its parameters, at the cost of slightly increased # compression time only. The default recommended value is fast. # Do not use normal (or even high or best) for this parameter unless # encoding time does not matter and you want to obtain the smallest # possible file for a given compression mode. The difference between # the optimize levels fast and best (which is up to three times slower # than fast) is very small, generally under 0.05 percent, but may be also # larger in some rare cases. Note that the none optimize level is # forced by the encoder to fast optimize level for the extra, best, # highnew, extranew, and bestnew modes # MODE = normal OPTIMIZE = fast #################################################### # LPAC - Lossless Predictive Audio Compression (PAC) # # Predefined compression levels: # 1 = Fast, 2 = Simple, 3 = Medium (default), 4 = High, 5 = Extra High, # PLEVEL = 3 ########################################## # Adjusted scheduling priority # # Range goes from -20 (highest) # to 19 (lowest). # # Set USENICE to 0 to disable this feature ########################################## # NICE = /usr/bin/nice USENICE = 1 NICLEVEL = -10 ################################################ # Directory Monitoring Options for Daemon Mode # ################################################ # Directory(s) separated by commas to be monitored MONITOR = # Directory(s) separated by commas to be recursively monitored. RECMON = # Check for new files ever n seconds MINTERVAL = 5 # Delete Source File After Transcoding? 1 = yes 0 = no # This is highly recommended to prevent continuous transcoding # of the same file. MDELSRC = 1 # Overwrite Destination File? 1 = yes 0 = no # This option also needs to be set to 1 to prevent continuous transcoding. MOVERW = 1 # Collection type. This can be any supported encode format. # # All files inserted into the monitored directory(s) will be # converted to this format. COLTYPE = ogg ############################################ # # KDE (kdialog / amaroK / Konqueror) Options # ############################################ ########################################################### # Kdialog popup/warning information & notifications # # 1 = Enable 0 = Disable # # Choices for KNOTICE are "passivepopup, msgbox" # Path to kdialog binary # KDIALOG =/usr/local/bin/kdialog # Notify file converstion start/end & other various messages # KPOPUP = 1 # Notification of errors and other fatal warnings # KWARN = 1 # Set bitrate, quality, etc at conversion time # Otherwise, default values above will be used # KUSEROPTS = 1 # User Select output directory before encoding begins # Location of source file will be used if set to 0 # KOUTDIR = 1 # Choices for KNOTICE are "passivepopup & msgbox" # Note: passivepopup does not require user interaction, # while msgbox does. # KNOTICE = passivepopup # KDELAY is only useful if KNOTICE is set to passivepopup # This says how long in [seconds] the popup well remain # on the screen # KDELAY = 10 ################# # # Tagging Options # ################# # 1 = Enable Metadata transfer, 0 = Disable USETAGS = 1 # ID3 version for new tags # files - ID3v1, or ID3v2) ID3V = ID3v1