Log in

View Full Version : wav to ac3 convertion with BeSweet


Sagittaire
28th March 2007, 12:14
I use this command line with BeSweet

"C:\Program Files\BeLight\BeSweet.exe" -core( -input "French.mux" -output "French2.ac3" ) -bsn( -exe aften.exe -b 448 -w -1 -dynrng 1 -bwfilter 1 -dcfilter 1 -lfefilter 1 -6chnew )

- Input is mux (6*wav 1.0) or wav (1*wav 5.1) with 2H14M04S
- Output done always duration at 2H04M04S

Impossible to make complete encoding with good duration ... ???

PS: Don't work with ac3enc or aften
PS2: 2H04M04S seem to be the exact duration of 4 Go wav 5.1 16 bits. Problem with 4 Go files limit for BeSweet?

tebasuna51
28th March 2007, 12:51
PS2: 2H04M04S seem to be the exact duration of 4 Go wav 5.1 16 bits. Problem with 4 Go files limit for BeSweet?
And also Aften.
You need Aften rev449 (at least) and use the parameter:
-readtoeof 1

If still don't work is BeSweet problem. Then use WaveWizard to mux the 6 mono wav's in one wav6 > 4GB and use the command line:
aften -b 448 -readtoeof 1 -w -1 -dynrng 1 -bwfilter 1 -dcfilter 1 -lfefilter 1 wav6.wav French2.ac3