stickboy
5th January 2004, 22:59
I'm getting weird audio pops in the December 30, 2003 AviSynth binary. I think it can be replicated with this script:
ColorBars(320, 240)
DelayAudio(-12.0 / 1000.0)
Trim(0, 500)
c = FadeIn(2)
AudioDub(last, c)On my system, AviSynth generates a pop (or sometimes silence) about 60 frames in.
I reinstalled 2.5.3, and the problem disappeared. (The previous binary from early December doesn't seem to be available anymore, so I can't test against that.)
ColorBars(320, 240)
DelayAudio(-12.0 / 1000.0)
Trim(0, 500)
c = FadeIn(2)
AudioDub(last, c)On my system, AviSynth generates a pop (or sometimes silence) about 60 frames in.
I reinstalled 2.5.3, and the problem disappeared. (The previous binary from early December doesn't seem to be available anymore, so I can't test against that.)