Merge Channels to stereo and -23 lufs
Posted: Mon Oct 22, 2018 2:53 pm
I am getting familiar with this amazing software that i did not know about until last Friday.
If i will be smart enough to learn FFAStrans so i can use it in my business then i am going to donate so that is why i am trying to learn everything now.
Here is a script that merge my 5.1 surround (6 channel) to stereo on track 7 and 8.
I have been googling like crazy trying to figure this out but what do i add to this code if i want this newly created stereo track to be at -23 lufs?
And do i have to add some code first so FFAStrans know what the lufs are before it is set to -23?
Import("%s_ffastrans_dir%\Processors\AVS_plugins\mixdown.avs")
aud_mixdown = Dmix6Stereo(m_clip)
m_clip = MergeChannels(m_clip, aud_mixdown)
Return m_clip
If i will be smart enough to learn FFAStrans so i can use it in my business then i am going to donate so that is why i am trying to learn everything now.
Here is a script that merge my 5.1 surround (6 channel) to stereo on track 7 and 8.
I have been googling like crazy trying to figure this out but what do i add to this code if i want this newly created stereo track to be at -23 lufs?
And do i have to add some code first so FFAStrans know what the lufs are before it is set to -23?
Import("%s_ffastrans_dir%\Processors\AVS_plugins\mixdown.avs")
aud_mixdown = Dmix6Stereo(m_clip)
m_clip = MergeChannels(m_clip, aud_mixdown)
Return m_clip