View Single Post
Old 26th March 2018, 12:05   #19  |  Link
zdoe
Registered User
 
Join Date: Mar 2018
Posts: 9
Quote:
Originally Posted by qyot27 View Post
The atrack parameter is for discrete audio channels. You have to use MixAudio for downmixing.
atrack - can pull only one audio channel, right?

anyway, now i have:

aud1=FFAudioSource("H:\03-12\video\A011C001_1803129K.MXF", track=1)
aud2=FFAudioSource("H:\03-12\video\A011C001_1803129K.MXF", track=2)
aud3=FFAudioSource("H:\03-12\video\A011C001_1803129K.MXF", track=3)

audR=MixAudio(aud2, aud3, 0.75, 0.075)

aud=mergechannels(aud1,audR)
audiodub(vid,aud)

and it works, though i'm not sure what i should do with the level-parameters.
zdoe is offline   Reply With Quote