Following command line parameters are available: /sendto .. .. .. - can be used as one parameter to start the program and add all files/folder specified as next parameters /input - input file name (supports wildcards * ?) /recurse - recurse sub-folders /output - output path /dest - destination format (one of M4A, ALAC, APE, FLAC, MP3, NeroAAC, OGG, RAW, WAV, WMA, WavPack, MPC, MP2, Speex, OFR, Merge, AC3, Shorten, Copy) /createfullpath - same as check box, false by default /userg - apply Replay Gain /rgvalue n - Replay Gain value (by default it's 89 dB) /dest - destination format, one from mp3,wma,ogg,ape,flac,wavpack,wav /mono - output will be converted to mono /timestart - offset of the /timelength - /dispconfig - will display configuration window for given destination format /dispoptions - will display program options /dispadd - will display configuration window for additional output File Name options /disppproproc - will display configuration window for preprocessing options /about - will display about window /showmainwindow - show main window (won't show by default) /dontshowaddingfiles - don't show "Adding Files" window (will show by default) /dontshowprogress - don't show progress window (will show by default) /filenamepattern - set file name pattern (will be used for all cases, default is %filename%) /p n - specify number of parallel files. /start - will start process after config window (if any) is closed /noclose - don't close program after process has completed (program will be closed anyway, if /showmainwindow is not specified) /savesettings - save settings /showparams - shows all possible parameters for given output format (program will exit after this) it will show default value so you can guess the type of parameter (number, float or boolean (true/false)) /of .. .. .. .. - output format specific parameters (you can get full list with /showparams) !! note - this cannot be the first parameter, as all parameters !! after it will be treated as output format specific ones To get all possible output parameters for mp3 setting do the follwing: 1) run xrecode2.exe with parameter /showparams xrecode.exe /showparams 2) copy all settings to clipboard by pressing "Copy to clipboard" button and pick ones you need 3) run xrecode2.exe with needed parameters. you don't need to specify value for boolean parameter, i.e. just specify it's name Examples: - Convert flac files to mp3 using default values xrecode2.exe /input c:\audio\flac\*.* /output c:\converted\output /dest mp3 /start - Convert flac files to mp3. Use preset quality with value 4, which stands for V3 (as 0 is V0) xrecode2.exe /input c:\audio\flac\*.* /output c:\converted\output /dest mp3 /start /of /UsePreset /Preset 4 - Convert flac files to mp3. Use VBR method with bitrate min=1, max=14 which stand for min bitrate=32, max bitrate=320 xrecode2.exe /input c:\audio\flac\*.* /output c:\converted\output /dest mp3 /start /of /vbr /VBRMin 1 /VBRMax 14 - Convert flac files to mp3. Use CBR method with bitrate=128 xrecode2.exe /input c:\audio\flac\*.* /output c:\converted\output /dest mp3 /start /of /cbr 128 - Convert flac files to mp3. Use CBR method with bitrate=128, apply replaygain xrecode2.exe /input c:\audio\flac\*.* /output c:\converted\output /dest mp3 /userg /rgvalue 91 /start /of /cbr 128 - Convert flac to ogg. Use VBR with bitrate=128 xrecode2.exe /input C:\cmdline\Bheki-16bit.flac /output c:\converted /dest ogg /start /of /VBR 128 - Convert flac to ogg. Use Quality 3 xrecode2.exe /input C:\cmdline\Bheki-16bit.flac /output c:\converted /dest ogg /start /of /Quality 3 - Convert wav files to flac. Use preset compression option xrecode2.exe /input c:\audio\wav\*.wav /output c:\converted\output /dest flac /start /of UseCompression /Compression 4 - Convert wav files to ape. Use preset compression level 3 xrecode2.exe /input c:\audio\wav\*.* /output c:\converted\output /dest ape /start /UseCompression /Compression 3 - Convert flac files to mp3. First show config options for mp3, then start to process xrecode2.exe /input c:\audio\flac\*.* /output c:\converted\output /dest mp3 /dispconfig /start - Show About (program will exit after showing About window) xrecode2.exe /about - Convert wav files to mp3 using only piece of track xrecode2.exe /input "C:\converted\output\16bit.wav" /output c:\converted\output /dest mp3 /start /timestart 21000 /timelength 10000 /of /vbr /VBRMin 1 /VBRMax 14