PDA

View Full Version : Question about BeSweet using alt-presets or not?


PlazzTT
21st September 2004, 20:39
I've given this command line to BeSweet:

"C:\Program Files\GordianKnot\BeSweet\BeSweet.exe" -core( -input "F:\audio.ac3" -output "F:\audio.mp3" -logfile "F:\audio.log" ) -ota( -HybridGain ) -azid( -L -3db -s stereo -c normal ) -lame( --alt-preset 160 )

So, --alt-preset 160 is given to Lame.

But, in the Besweet log file, it says:[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : F:\audio.ac3
[00:00:00:000] | Output: F:\audio.mp3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] +-------- AZID -------
[00:00:00:000] | Input Channels Mode: 3/2, Bitrate: 448kbps
[00:00:00:000] | Output Stereo mode: Stereo
[00:00:00:000] | Total Gain: 0.000dB, Compression: Normal
[00:00:00:000] | LFE levels: To LR -3.0dB, To LFE 0.0dB
[00:00:00:000] | Center mix level: BSI
[00:00:00:000] | Surround mix level: BSI
[00:00:00:000] | Dialog normalization: No
[00:00:00:000] | Rear channels filtering: No
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] +-------- LAME -------
[00:00:00:000] | 'abr 160' preset is used
[00:00:00:000] +---------------------

It says that 'abr 160' is used. Does this mean that --abr 160 was used instead of --alt-preset 160? Is there a difference between these two switches?

KpeX
21st September 2004, 21:38
--alt-preset 160 is an ABR preset, but differs from the --abr 160 command by the addition of the --alt-preset switches. Meaning this is the same as using --alt-preset 160 with the CLI version of lame.