PDA

View Full Version : BeSweet misinterpets bitrate


falconfighter
22nd February 2004, 21:33
Your BeSweet Commandline seems to get stuck on CBR 128kbps MP3.
"D:\besweet\BeSweet.exe" -core( -input "C:\1x05\1x05.vob" -output "C:\1x05\1x05.wav" -substream 0x80 -wavmp3 ) -azid( -c normal -g 0.95 -L -3db ) -ota( -fs 48000 ) -ssrc( --rate 16000 ) -lame( --scale 1 --cbr 48 -p )
produces a 128k/sec mp3 file. It even says so in the lame command line encoding window. Log file paste follows.

Nice tool :) No sense demuxing then using BeSweet... just do it all in one step. And command line too!

BeSweet v1.5b25 by DSPguru.
--------------------------
Using VOBInput.dll v1.3 by DVD2SVCD (http://www.dvd2svcd.org)
Using hip.dll v1.19 by Myers Carpenter <myers@users.sf.net>
Using azid.dll v1.9 (b922) by Midas (midas@egon.gyaloglo.hu).
Using Shibatch.dll v0.24 by Naoki Shibata & DSPguru (shibatch.sourceforge.net).
Using lame_enc.dll v1.32 (8/8/2003), Engine 3.90 <http://www.mp3dev.org/>.

Logging start : 02/22/04 , 15:17:02.

D:\besweet\BeSweet.exe -core( -input C:\1x05\1x05.vob -output C:\1x05\1x05.wav -substream 0x80 -wavmp3 -logfile D:\besweet\besweet.log ) -azid( -c normal -g 0.95 -L -3db ) -ota( -fs 48000 ) -ssrc( --rate 16000 ) -lame( --scale 1 --cbr 48 -p )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : C:\1x05\1x05.vob
[00:00:00:000] | Output: C:\1x05\1x05.wav
[00:00:00:000] | RIFF header will be added
[00:00:00:000] | Substream ID: 0x80
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:032] | A/V Delay found : 4msec
[00:00:00:000] +-------- AZID -------
[00:00:00:000] | Input Channels Mode: 3/2, Bitrate: 448kbps
[00:00:00:000] | Output Stereo mode: Dolby surround compatible
[00:00:00:000] | Total Gain: 16.892dB, 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] +------ Shibatch -----
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] | Dest. Sample-Rate: 16.0KHz
[00:00:00:000] | Attenuation : 0.0db
[00:00:00:000] +-------- LAME -------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | MP3 bitrate : 128
[00:00:00:000] | Channels Mode : Joint Stereo
[00:00:00:000] | Error Protection: Yes
[00:00:00:000] +---------------------
[00:45:36:000] Conversion Completed !
[00:45:36:000] Actual Avg. Bitrate : 128kbps
[00:14:41:000] <-- Transcoding Duration

Logging ends : 02/22/04 , 15:31:43.

DSPguru
22nd February 2004, 23:25
it should be "--alt-preset cbr" instead of "--cbr".
and may i suggest hybridgain instead of pregain.. ? read old discussions debating this.. ;)

falconfighter
22nd February 2004, 23:30
I'll take your word on that - how do I set it?

DSPguru
22nd February 2004, 23:33
remove -azid( -g 0.95 ), add -ota( -hybridgain )

note i never tested hybridgain on 48kbps mp3 streams, so if you have any troubles, go back to pregain, but please report bugs :) !

falconfighter
23rd February 2004, 00:15
hmm.... do I leave the rest of the azid or get rid of it entirely?

KpeX
23rd February 2004, 01:08
Leave the rest.