Tranzcode v0.30

Note: OUTPUT MONO FILES WILL OVERWRITE EXISTING FILES, so be sure to rename or move already transcoded files.

Some examples of its usage:

1) Transcodes to (6) 32 bit float mono wavs using "temp-" as the output prefix name:  tranzcode "Us and Them.dts" temp

(outputs: temp-FL, temp-FR, temp-C, temp-LFE, temp-SL, temp-SR) 


2) Transcodes to (6) 32 bit float mono wavs using "<source file>-" as the output prefix name:  tranzcode "Us and Them.dts"

(outputs: Us and Them-FL, Us and Them-FR, Us and Them-C, Us and Them-LFE, Us and Them-SL, Us and Them-SR) 

3) Transcode to (2) 32 bit mono wavs (selected channels only/cancels the others):  tranzcode Us_and_Them.wav /+C,LFE

(outputs: Us_and_Them-C, Us and Us_and_Them-LFE) 

4) Transcode to (4) 32 bit mono wavs (selected channels are cancelled):  tranzcode "G:\Pink Floyd\Dark Side Of The Moon\Us and Them.wav" /-C,LFE

(outputs: Us and Them-FL, Us and Them-FR,  Us and Them-SL, Us and Them-SR) 

5) Downmix to a 16 bit stereo wav without gain adjust:  tranzcode "Us and Them.dts" /S

(outputs: Us and Them-(stereo).wav) 

6) Downmix to a 16 bit stereo wav with 15% (lower) gain adjustment (x .15):  tranzcode Us_and_Them.wav" "downmix test" /S@15%

(outputs: downmix test-(stereo).wav) 

