Log in

View Full Version : prblem with Two Different Audio Channles


masterisaa
1st December 2010, 09:21
hello,
i want to mix two videos, the problem is the AUDIO. the 1st one is "6ch" while the 2nd one is 2ch.
1st one: Audio: AAC 48000Hz 6ch [Audio]
2nd one: Audio: MPEG Audio Layer 3 44100Hz stereo [Audio]

using MeGui, the error says "the number of audio channels doesn't match".

i'm not expert... but i want to add 4 blank channels to the second one.

any ideas?


by the way, i used ReSampleAudio(48000)
so the problem is in the channels

Gavino
1st December 2010, 10:08
i want to add 4 blank channels to the second one.
Assuming the second clip is set in clip2, add:

b = BlankClip(clip2)
clip2 = clip2.MergeChannels(b, b)