Log in

View Full Version : besweet just crashes encoding ddwav


sebus
9th March 2006, 15:35
Command is:

"C:\besweet\BeSweet.exe" -core( -input "C:\besweet\files.lst" -output "C:\done.wav" -ddwav -logfilea "C:\besweet\BeSweet.log" ) -azid( -g 1 ) -profile( DSPguru_AC3_for_DolbyDigital-CD )

where the lst is a list of 6 mono 16bit PCm waves

The output of the log is:

Using VOBInput.dll v1.3 by DVD2SVCD (http://www.dvd2svcd.org)
Using hip.dll v1.19 by Myers Carpenter <myers@users.sf.net>
Using Ogg Vorbis v1.0 dlls (http://www.vorbis.com).
Using azid.dll v1.9 (b922) by Midas (midas@egon.gyaloglo.hu).
Using Shibatch.dll v0.25 by Naoki Shibata & DSPguru (shibatch.sourceforge.net).
Using AC3enc.dll v1.20 (Feb 18 2004) by Fabrice Bellard (http://ffmpeg.org).

Logging start : 03/09/06 , 13:51:12.

C:\besweet\BeSweet.exe -core( -input C:\besweet\files.lst -output C:\done.wav -ddwav -logfilea C:\besweet\BeSweet.log ) -azid( -g 1 ) -profile( DSPguru_AC3_for_DolbyDigital-CD )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : W:\FL.wav
[00:00:00:000] | Output: C:\done.wav
[00:00:00:000] | Floating-Point Process: No
[00:00:00:000] +------ Shibatch -----
[00:00:00:000] | Source Sample-Rate: 44.1KHz
[00:00:00:000] | Dest. Sample-Rate: 44.1KHz
[00:00:00:000] | Attenuation : 0.0db
[00:00:00:000] +------- AC3ENC ------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | AC3 bitrate : 640
[00:00:00:000] | Channels Mode : 5.1
[00:00:00:000] | Error Protection: Yes
[00:00:00:000] +---------------------

and program closes

Any idea anybody?

Thanks

sebus

tebasuna51
9th March 2006, 16:26
"where the lst is a list of 6 mono 16bit PCm waves"

The .lst file is intended to concatenate files, then you send to encoder a long mono wav.

Use instead .lst a .mux file to send 6 channel wav to encoder.

sebus
9th March 2006, 17:07
OK, how such little thing can make a difference....

Thanks

sebus