Log in

View Full Version : Maestro/Spruce Up & Inconsistent Bitrate AC3


anders@dac.se
20th August 2002, 17:56
i've ripped two logos from two diffrent dvds,

i get these error when including them in my DVD autering program..

Bit rate are different between "AC3 Audio "dolby AC3 T01 3_2ch 448Kb""(448000) and "thx AC3 T01 3_2ch 384Kbps"(384000).

it looks like i need to change the bit rate, so i downloaded BeSweet and AC3Machine.

this is the command that AC3Machien sends, and the answer i get from BeSweet...

-----------------------------------------------------
D:\Documents and Settings\Anders>"D:\Program\DVDrip\BeSweet\BeSweet.exe" -core(
-input "G:\dolbydigital\thx AC3 T01 3_2ch 384Kbps DELAY 6ms.ac3" -output "G:\dol
bydigital\thxdone.ac3" ) -azid( -c normal ) -ssrc( --rate 44800 ) -ac3enc( -b 2
24 )
BeSweet v1.4RC7 by DSPguru.
--------------------------
Using azid.dll v1.8 (b825) by Midas (midas@egon.gyaloglo.hu).
Using Shibatch.dll v0.15 by Naoki Shibata & DSPguru (shibatch.sourceforge.net).
Using AC3enc.dll v0.2 by Gerard Lantau & Dg (http://ffmpeg.org).

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : G:\dolbydigital\thx AC3 T01 3_2ch 384Kbps DELAY 6ms.ac
3
[00:00:00:000] | Output: G:\dolbydigital\thxdone.ac3
[00:00:00:000] | Floating-Point Process: No
Error 74: Bad configuration for AC33enc. Couldn't initialize.
Quiting...

----------------------------------------------------------------

error 74.. whats wrong :(

Thansk in advance, Anders

DSPguru
20th August 2002, 22:37
Originally posted by anders@dac.se
-----------------------------------------------------
D:\Documents and Settings\Anders>"D:\Program\DVDrip\BeSweet\BeSweet.exe" -core(
-input "G:\dolbydigital\thx AC3 T01 3_2ch 384Kbps DELAY 6ms.ac3" -output "G:\dol
bydigital\thxdone.ac3" ) -azid( -c normal ) -ssrc( --rate 44800 ) -ac3enc( -b 224 )it should be '--rate 48000'..

anders@dac.se
21st August 2002, 12:08
tried that too.. i tried that too after i've saw the error..

/Anders

DSPguru
21st August 2002, 19:35
Originally posted by anders@dac.se
tried that too.. i tried that too after i've saw the error..

/Anders no, you didn't.. :(
anders@dac.se wrote on 21st August 2002 11:21:
BeSweet v1.4RC7 by DSPguru.
--------------------------
Using azid.dll v1.8 (b825) by Midas (midas@egon.gyaloglo.hu).
Using Shibatch.dll v0.15 by Naoki Shibata & DSPguru (shibatch.sourceforge.net).
Using AC3enc.dll v0.2 by Gerard Lantau & Dg (http://ffmpeg.org).

Logging start : 08/21/02 , 13:16:29.

D:\Program\DVDrip\BeSweet\BeSweet.exe -core( -input G:\dolbydigital\thx.ac3 -output G:\dolbydigital\thxdone.ac3 -logfilea g:\BeSweet.log ) -azid( -l 0db ) -ssrc( --rate 448000 ) -ac3enc( -b 224 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : G:\dolbydigital\thx.ac3
[00:00:00:000] | Output: G:\dolbydigital\thxdone.ac3
[00:00:00:000] | Floating-Point Process: No
Error 74: Bad configuration for AC33enc. Couldn't initialize.
Quiting...
[00:00:00:000] Conversion Completed !
Logging ends : 08/21/02 , 13:16:29.
here's the correct commandline (please copy & paste) :
D:\Program\DVDrip\BeSweet\BeSweet.exe -core( -input G:\dolbydigital\thx.ac3 -output G:\dolbydigital\thxdone.ac3 -logfilea g:\BeSweet.log ) -azid( -l 0db ) -ssrc( --rate 48000 ) -ac3enc( -b 448 )

DSPguru
27th August 2002, 08:24
Originally posted by KeithXP
Will you explain how I can change my VBR AC3 file to a CBR AC3 that DVDMaestro can accept OR can you show me how to lower the bitrate on an AC3 file?

I have BeSweet 1.3 and BeSweet GUI and AC3 Machine. I cannot figure it out.

I have the audio demuxed in 2 ways:

rules AC3 T02 3_2ch 384Kbps DELAY -66ms.ac3 <<< done by DVD2AVI but is a VBR AC3 and DVDMaestro squawks

vts_02_([0x81]_Audio_English_AC3(6Ch)_48kHz___)_Delay_-67ms.ac3 <<< done by SmartRipper but the bitrate is WAY too highyou need to re-encode your second stream with AC3Machine to bitrate of 384.
then, you might wanna join the two tracks with BeSweet (read FAQ).

KeithXP
27th August 2002, 20:49
DSPguru,

I must be doing something wrong. Here's my command:

"BeSweet.exe" -core( -input "F:\Rules\vts_02_([0x81]_Audio_English_AC3(6Ch)_48kHz___)_Delay_-67ms.ac3" -output "F:\Rules\Output.ac3" -logfilea BeSweet.log ) -azid( -c normal ) -ssrc( --rate 48000 ) -ac3enc( -b 384 )

I start with an .ac3 file that is 427,966,768 bytes large and end up with a 122,268,800 byte .ac3 file that does not load in DVDMaestro. I get a Media Detection Error when I try to import it. It also plays back just noise.

Help,
KeithXP

anders@dac.se
27th August 2002, 22:21
"BeSweet.exe" -core( -input "F:\Rules\vts_02_([0x81]_Audio_English_AC3(6Ch)_48kHz___)_Delay_-67ms.ac3" -output "F:\Rules\Output.ac3" -logfilea BeSweet.log ) -azid( -c normal ) -ssrc( --rate 48000 ) -ac3enc( -b 448 )

KeithXP
28th August 2002, 04:39
anders@dac.se -

Thanks but that did not work either. Same thing. Same file siz and Media Detection Error when importing into DVDMaestro.

Help,
KeithXP

DSPguru
28th August 2002, 05:03
:logfile:

KeithXP
28th August 2002, 13:46
DSPguru -

Here's my log file:

BeSweet v1.3RC by DSPguru.
--------------------------
Using azid.dll v1.8 (b825) by Midas (midas@egon.gyaloglo.hu).
Using lame_enc.dll v1.28 (18/4/2002), Engine 3.92 <http://www.mp3dev.org/>.

Logging start : 08/25/02 , 16:28:30.

D:\Multimedia\BeSweet\BeSweet.exe -core( -input F:\Rules\rules AC3 T02 3_2ch 384Kbps DELAY -66ms.ac3 -output rulesDS.ac3 -logfilea BeSweet.log ) -azid( -g 0db ) -ota( -d -66 ) -ac3enc( -b 384 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : F:\Rules\rules AC3 T02 3_2ch 384Kbps DELAY -66ms.ac3
[00:00:00:000] | Output: rulesDS.ac3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:-66] +-------- AZID -------
[00:00:00:-66] | Output Stereo mode: Dolby surround compatible
[00:00:00:-66] | Total Gain: 0.0dB, Compression: None
[00:00:00:-66] | LFE levels: To LR 0.0dB, To LFE 0.0dB
[00:00:00:-66] | Center mix level: BSI
[00:00:00:-66] | Surround mix level: BSI
[00:00:00:-66] | Dialog normalization: No
[00:00:00:-66] | Rear channels filtering: No
[00:00:00:-66] | Source Sample-Rate: 48.0KHz
[00:00:00:-66] +-------- LAME -------
[00:00:00:-66] | Bitrate method : CBR
[00:00:00:-66] | MP3 bitrate : 128
[00:00:00:-66] | Channels Mode : Joint Stereo
[00:00:00:-66] | Error Protection: No
[00:00:00:-66] +---------------------
BeSweet v1.3RC by DSPguru.
--------------------------
Using azid.dll v1.8 (b825) by Midas (midas@egon.gyaloglo.hu).
Using ssrc.dll v1.28 by Naoki Shibata (shibatch@geocities.co.jp).
Using lame_enc.dll v1.28 (18/4/2002), Engine 3.92 <http://www.mp3dev.org/>.

Logging start : 08/25/02 , 17:05:56.

D:\Multimedia\BeSweet\BeSweet.exe -core( -input F:\Rules\rules AC3 T02 3_2ch 384Kbps DELAY -66ms.ac3 -output rulesDS.ac3 -logfilea BeSweet.log ) -azid( -g 0db ) -ssrc( --rate 44100 ) -ota( -d -66 ) -ac3enc( -b 384 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : F:\Rules\rules AC3 T02 3_2ch 384Kbps DELAY -66ms.ac3
[00:00:00:000] | Output: rulesDS.ac3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:-66] +-------- AZID -------
[00:00:00:-66] | Output Stereo mode: Dolby surround compatible
[00:00:00:-66] | Total Gain: 0.0dB, Compression: None
[00:00:00:-66] | LFE levels: To LR 0.0dB, To LFE 0.0dB
[00:00:00:-66] | Center mix level: BSI
[00:00:00:-66] | Surround mix level: BSI
[00:00:00:-66] | Dialog normalization: No
[00:00:00:-66] | Rear channels filtering: No
[00:00:00:-66] +-------- SSRC -------
[00:00:00:-66] | Source Sample-Rate: 48.0KHz
[00:00:00:-66] | Dest. Sample-Rate: 44.1KHz
[00:00:00:-66] | Attenuation : 0.0db
[00:00:00:-66] +-------- LAME -------
[00:00:00:-66] | Bitrate method : CBR
[00:00:00:-66] | MP3 bitrate : 128
[00:00:00:-66] | Channels Mode : Joint Stereo
[00:00:00:-66] | Error Protection: No
[00:00:00:-66] +---------------------
[02:07:22:622] Conversion Completed !
[02:07:22:622] Actual Avg. Bitrate : 128kbps
[00:43:52:000] <-- Transcoding Duration
Logging ends : 08/25/02 , 17:49:48.

BeSweet v1.3 by DSPguru.
--------------------------
Using azid.dll v1.8 (b825) by Midas (midas@egon.gyaloglo.hu).
Using ssrc.dll v1.28 by Naoki Shibata (shibatch@geocities.co.jp).
Using lame_enc.dll v1.28 (4/6/2002), Engine 3.92 <http://www.mp3dev.org/>.

Logging start : 08/27/02 , 18:44:13.

BeSweet.exe -core( -input F:\Rules\vts_02_([0x81]_Audio_English_AC3(6Ch)_48kHz___)_Delay_-67ms.ac3 -output F:\Rules\Output.ac3 -logfilea BeSweet.log ) -azid( -c normal ) -ssrc( --rate 48000 ) -ac3enc( -b 448 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : F:\Rules\vts_02_([0x81]_Audio_English_AC3(6Ch)_48kHz___)_Delay_-67ms.ac3
[00:00:00:000] | Output: F:\Rules\Output.ac3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] +-------- AZID -------
[00:00:00:000] | Output Stereo mode: Dolby surround compatible
[00:00:00:000] | Total Gain: 0.0dB, Compression: Normal
[00:00:00:000] | LFE levels: To LR 0.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] | Bitrate method : CBR
[00:00:00:000] | MP3 bitrate : 128
[00:00:00:000] | Channels Mode : Joint Stereo
[00:00:00:000] | Error Protection: No
[00:00:00:000] +---------------------
[02:07:21:696] Conversion Completed !
[02:07:21:696] Actual Avg. Bitrate : 128kbps
[00:16:13:000] <-- Transcoding Duration
Logging ends : 08/27/02 , 19:00:26.

Help!
KeithXP

pacohaas
28th August 2002, 15:55
browse the forum a bit (http://forum.doom9.org/showthread.php?s=&threadid=32277)

KeithXP
29th August 2002, 05:14
Thanks pacohaas,

Let me post something that may help someone after me. Here's what I found:

If your DVDMaestro screams you have a high bitrate, use AC3Machine and lower the bitrate of your .ac3 file. I did a search for AC3Machine and looked at most of the topics, but I should have searched for BeSweet because you need it. Here's the key:

BeSweet 1.4+ supports ac3 encoding. Don't even try any version before that!

If you're using the Robshot method to backup DVD's and you're to the point where DVDmaestro won't accept your .ac3 because it has inconsistent bitrate, then use SmartRipper or something of the like to demux your .ac3 file without using DVD2AVI, then AC3Machine that file as above.

I hope this helps,
KeithXP

HomerJ
29th August 2002, 21:35
I have been trying to import assets into Spruce Up (video & audio)

Video is no problem, but the audio is .ac3.

I keep getting the following message :-

Inconsistent bitrates were found among audio frames. Bitreate should be consistent throughout the stream.

I have tried changing the file extension from.ac3 to .wav to try and fool it, but no luck.

Unfortunateley, if I try and save the audio as a .wav file, it becomes to large to join with the video.

Any suggestions please ??

I guess as a last resort I could try and convert the .wav to .ac3 and see if that works ??

By the way, the movie is Pearl Harbor.

HomerJ

pacohaas
29th August 2002, 21:45
it may be a vbr ac3, you can use AC3Machine to reencode it to a CBR ac3.

HomerJ
29th August 2002, 21:53
pacohaas,

Thanks for such a quick response. It looks as if the problem is with the movie itself. (Pearl Harbor).

I did all sorts of "technical searches" i.e. .ac3 bitrate etc.....

As I wrote the thread, ending it with "pearl Harbor" I thought, "searh on "Pearl Harbor".

So I did.

Looks like chapter 45 is a "dummy".

So, I am just about to rip the audio minus chapter 45 and see what happens.

I'll keep you posted.

HomerJ :)

Alexcdr
25th October 2002, 04:09
Hi

I have a problem with a ac3 file. I´ve created a ac3 file with dvd2avi and when i try to import it to spruce maestro, maestro gives an error and it says: "Inconsistent bitrates were found among audio frames. Bitrate shoul be consistent throughout the stream (0xc1070052).

Any ideas to fix this?? Wich is the best program to get a ac3 file like dvd2avi??

Thanks in advance.

P.S. The movie wich this happens its Pearl Harbour...

alturismo
26th October 2002, 14:43
same prob here with the ac3

cant imoirt into maestro, also when listening to it sounds very
strange.

what i thought, cause its an multi angel movie

may any help

thx ahead

alturismo
27th October 2002, 12:16
oki

solved the problem here now

it was the multi angel stuff

when i demux the tracks with dvd2avi, it doesnt seem to work with it,
also the d2v file is useless, cause it makes errors with the movie too (had after using that d2v file an movielength from 2.30h instead
of 1.35h, same with ac3)

what i did now, opened the "files" with smartripper, and demuxed
the audio there from "angel 1", and, that was it, ac3 fine now,

then i ripped "angel 1" from movie again and reencoded that one now,

and that was it, prob solved here for me with multi angel movies.

the movie im on is "liberty stands still"

may that helps some