PDA

View Full Version : BeSweet produce Bigger file than mp3


Moti172
26th March 2006, 21:06
I try to convert AC3 to MP3.

I use the syntax:

first option:
BeSweet.exe -core( -input "E:\1fix.ac3" -output "E:\1fix.mp3" ) -azid ( -s dplii -c normal -L -3db --maximize ) -lame( -v --vbr-new -q2 -V 2 -b 32 -B 192 )

second option (without besweet):
step 1:
azid -s dplii -c normal -L -3db --maximize E:\1fix.ac3 E:\1fix.wav
step 2:
lame -q2 -V 2 -b 32 - B192 --vbr-new E:\1fix.wav E:\1fix.mp3

For some reason the mp3 output file in the first option was bigger in almost 20% than in the second option.

Does anyone know why??? :confused: :confused: :confused:

tebasuna51
27th March 2006, 13:23
Use correct syntax:
-v (?)
-q2 (-q 2) and not necessary (default)
- B192 (-B 192) and not recommended

Try only with:
--vbr-new -V 2

Gabriel_Bouvigne
28th March 2006, 09:59
Aren't you using 24bits in one case and 16bits in the other case?

tebasuna51
28th March 2006, 13:58
And same lame version?

Moti172
29th March 2006, 02:54
I'm using the lame version - the dll form lame 3.97b.
I notice that it's happened when I'm adding the q 2 parameter, without it the size is very close.

Moti172
29th March 2006, 03:07
Aren't you using 24bits in one case and 16bits in the other case?

what do you mean??

tebasuna51
29th March 2006, 15:40
Really there are different behavior between switches in BeSweet-lame and lame.exe. See my post http://forum.doom9.org/showthread.php?p=806465#post806465