View Single Post
Old 17th October 2019, 09:34   #3  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by Emulgator View Post
...and I don't have that folder anymore...
SoxFilter can be downloaded here: https://forum.doom9.org/showthread.p...154#post761154

EDIT:
Seems than SoxFilter don't work with Avs+, this script:
Quote:
ColorBars(1920, 1080, pixel_type="YV24").Assumefps(25).Trim(0,9999)
a = KillVideo()
fl = a.GetLeftChannel()
fr = a.GetRightChannel()
cc = mixaudio(fl, fr, 0.5, 0.5)
lfe = ConvertToMono(a).SoxFilter("lowpass 120", "vol -0.5")
back = a.SoxFilter("filter 100-7000")
#lfe = ConvertToMono(a).Amplify(0.5)
#back = a.Amplify(0.7)
sl = mixaudio(back.GetLeftChannel(), back.GetRightChannel(), 0.668, -0.668)
sr = mixaudio(back.GetRightChannel(), back.GetLeftChannel(), 0.668, -0.668)
sl = DelayAudio(sl, 0.02)
sr = DelayAudio(sr, 0.02)
MergeChannels(fl, fr, cc, lfe, sl, sr)
SoundOut()
Crash with Avs+ 32bits but work with AviSynth 2.60.
Without SoxFilter (the commented lines) work fine.
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 17th October 2019 at 10:24. Reason: Add info
tebasuna51 is offline   Reply With Quote