rkhuntjr
30th January 2005, 07:28
Hi there.
Please pardon my newbieness. I'd like to encode my Simpsons episodes, preserving the 6 channel audio. On my Family Guy encodes, I have simply been converting the 2-channel AC3 file to a WAV file via the besweet gui and azid. Then I use the following command in my avs file to combine the wav file with the video:
a = mpeg2source("video.d2v")
b = wavsource("audio.wav")
audiodub(a,b)
When I open this avs file in recode 2, it recognizes the audio, and I can easily encode it to 2 channel 128kbps LC AAC. Unlike the Family Guy DVDs, The Simpsons DVDs' audio are 6 channel. Is there a way to create a wave file that Recode 2 will recognize as 6 channel? I've tried creating a 5.1DD wave file using besweet, but Recode still doesn't recognize the audio as 6 channel.
Although I have no idea what I just said, I hope some of you guys do and can offer me your help. Thanks so much.
Richard
Please pardon my newbieness. I'd like to encode my Simpsons episodes, preserving the 6 channel audio. On my Family Guy encodes, I have simply been converting the 2-channel AC3 file to a WAV file via the besweet gui and azid. Then I use the following command in my avs file to combine the wav file with the video:
a = mpeg2source("video.d2v")
b = wavsource("audio.wav")
audiodub(a,b)
When I open this avs file in recode 2, it recognizes the audio, and I can easily encode it to 2 channel 128kbps LC AAC. Unlike the Family Guy DVDs, The Simpsons DVDs' audio are 6 channel. Is there a way to create a wave file that Recode 2 will recognize as 6 channel? I've tried creating a 5.1DD wave file using besweet, but Recode still doesn't recognize the audio as 6 channel.
Although I have no idea what I just said, I hope some of you guys do and can offer me your help. Thanks so much.
Richard