senderj
13th February 2005, 04:25
I am trying to use BeSweet to encode 6 mono wav into AC3, but not sure about the channel order in the mux file list. Here is my BeSweet command line:
"C:\AC3Machinev0.41\BeSweet\BeSweet.exe" -core( -input "D:\data\t3c2_t3c3.mux" -output "D:\data\t3c2_t3c3_6ch.ac3" -logfilea C:\AC3Machinev0.41\BeSweet.log ) -ota( -d 0 ) -ac3enc( -b 448 -6ch) -profile( The AC3Machine v0.4 )
And here is the content of my mux file list (all are mono 16bits signed wav produced by Goldwave from a 2ch stereo master):
d:\data\t3c2_t3c3_FL.wav
d:\data\t3c2_t3c3_FR.wav
d:\data\t3c2_t3c3_SL.wav
d:\data\t3c2_t3c3_SR.wav
d:\data\t3c2_t3c3_C.wav
d:\data\t3c2_t3c3_LFE.wav
My questions:
1. Is the channel order correct?
2. What is the difference between the above command line and this one:
"C:\AC3Machinev0.41\BeSweet\BeSweet.exe" -core( -input "D:\data\t3c2_t3c3.mux" -6chwav -output "D:\data\t3c2_t3c3_6chwav.ac3" -logfilea C:\AC3Machinev0.41\BeSweet.log ) -ota( -d 0 ) -ac3enc( -b 448 ) -profile( The AC3Machine v0.4 )
3. Not sure what bitrate to use in -ac3enc. I use 448 just to follow some posts in the forum. When I make 2ch AC3 for my DVD, my video is 7900 and audio 224. Should I adjust the video rate to allow higher audio rate for 6ch AC3?
Please help.
"C:\AC3Machinev0.41\BeSweet\BeSweet.exe" -core( -input "D:\data\t3c2_t3c3.mux" -output "D:\data\t3c2_t3c3_6ch.ac3" -logfilea C:\AC3Machinev0.41\BeSweet.log ) -ota( -d 0 ) -ac3enc( -b 448 -6ch) -profile( The AC3Machine v0.4 )
And here is the content of my mux file list (all are mono 16bits signed wav produced by Goldwave from a 2ch stereo master):
d:\data\t3c2_t3c3_FL.wav
d:\data\t3c2_t3c3_FR.wav
d:\data\t3c2_t3c3_SL.wav
d:\data\t3c2_t3c3_SR.wav
d:\data\t3c2_t3c3_C.wav
d:\data\t3c2_t3c3_LFE.wav
My questions:
1. Is the channel order correct?
2. What is the difference between the above command line and this one:
"C:\AC3Machinev0.41\BeSweet\BeSweet.exe" -core( -input "D:\data\t3c2_t3c3.mux" -6chwav -output "D:\data\t3c2_t3c3_6chwav.ac3" -logfilea C:\AC3Machinev0.41\BeSweet.log ) -ota( -d 0 ) -ac3enc( -b 448 ) -profile( The AC3Machine v0.4 )
3. Not sure what bitrate to use in -ac3enc. I use 448 just to follow some posts in the forum. When I make 2ch AC3 for my DVD, my video is 7900 and audio 224. Should I adjust the video rate to allow higher audio rate for 6ch AC3?
Please help.