MrC
19th April 2006, 14:31
Hi to all!
After lurking a lot on this fantastic forum, and having solved a lot of problems (or supposed problems ;) ), now I really have a question for everyone expert in QuEnc and/or AviSynth.
I have a AVI file containing an AC3 audio stream with 6 channels (5+1). I want to convert it to DVD.
By now my procedure is the following: encode video only with QuEnc, demux AC3 with VirtualDubMod and author M2V and AC3 with IfoEdit.
This procedure works. But it takes 3 steps and 3 softwares. :rolleyes:
I have tried to use QuEnc capability to encode AC3 streams (so 2 steps and 2 softwares), but if I feed in a 6ch AC3, it converts it to 2 ch AC3....
My first question is: can QuEnc encode 6ch AC3 or it "downgrades" to 2ch AC3? Is really a QuEnc problem or maybe I use a "poor" AVS script (see below)?
Second question: if I give to QuEnc a 384Kpbs 6ch AC3 and I tell QuEnc to generate a 384Kpbs AC3, will QuEnc re-encode it or leave it as-it-is?
AVS script used:
DirectShowSource("D:\Movies\avi_with_ac3_6ch.avi")
ConvertToYV12
LanczosResize(720,576,0,0.5)
QuEnc command line used:
QuEnc.exe -i "D:\Movies\avi_with_ac3_6ch.avs" -o "D:\Movies\avi_with_ac3_6ch.mpg" -b 3500 -maxbitrate 4500 -dc 10 -priority 5 -2 -mpeg2 -hq -vbr -aspectratio 4:3 -mpeg2mux dvd -audiocodec ac3 -audiobitrate 384 -auto -close
Tnx for reply
;)
Bye
________
CMX450C (http://www.cyclechaos.com/wiki/Honda_CMX450C)
After lurking a lot on this fantastic forum, and having solved a lot of problems (or supposed problems ;) ), now I really have a question for everyone expert in QuEnc and/or AviSynth.
I have a AVI file containing an AC3 audio stream with 6 channels (5+1). I want to convert it to DVD.
By now my procedure is the following: encode video only with QuEnc, demux AC3 with VirtualDubMod and author M2V and AC3 with IfoEdit.
This procedure works. But it takes 3 steps and 3 softwares. :rolleyes:
I have tried to use QuEnc capability to encode AC3 streams (so 2 steps and 2 softwares), but if I feed in a 6ch AC3, it converts it to 2 ch AC3....
My first question is: can QuEnc encode 6ch AC3 or it "downgrades" to 2ch AC3? Is really a QuEnc problem or maybe I use a "poor" AVS script (see below)?
Second question: if I give to QuEnc a 384Kpbs 6ch AC3 and I tell QuEnc to generate a 384Kpbs AC3, will QuEnc re-encode it or leave it as-it-is?
AVS script used:
DirectShowSource("D:\Movies\avi_with_ac3_6ch.avi")
ConvertToYV12
LanczosResize(720,576,0,0.5)
QuEnc command line used:
QuEnc.exe -i "D:\Movies\avi_with_ac3_6ch.avs" -o "D:\Movies\avi_with_ac3_6ch.mpg" -b 3500 -maxbitrate 4500 -dc 10 -priority 5 -2 -mpeg2 -hq -vbr -aspectratio 4:3 -mpeg2mux dvd -audiocodec ac3 -audiobitrate 384 -auto -close
Tnx for reply
;)
Bye
________
CMX450C (http://www.cyclechaos.com/wiki/Honda_CMX450C)