keytouch

Results 9 comments of keytouch

Besides, Output using megui's wrapper produces much more stitches than using avs2pipemod

It was on x86, I will have a test on x64 now.

It's the same behaviour on x64.

Weirder now, with, > function c6_stereo(clip a) { fl = GetChannel(a, 1) fr = GetChannel(a, 2) fc = GetChannel(a, 3) lf = GetChannel(a, 4) sl = GetChannel(a, 5) sr =...

I will first investigate a bit into bit comparison of ff and lsmash alone for sake of consistency.

All tracks decoded fine, no differences found. Comparing: "C:\Users\\***\Desktop\test_alone_ff.flac" "C:\Users\\***\Desktop\test_alone_lm.flac" Compared 3081216 samples. No differences in decoded data found. Channel peaks: 0.0781555 0.1070557 0.2019653 0.0453491 0.0375061 0.0741272 Total duration processed:...

The above result is performed without any mixdown or process other than source filter.

avs2pipemod.exe -wav test.avs > testout.wav same behaviour as directly inputting avs in megui. FFAudioSource() == LWLibavAudioSource() == GOOD FFAudioSource() + c6_stereo() != LWLibavAudioSource() + c6_stereo() FFAudioSource() + c6_stereo() == GOOD

avs2pipemod test batch [test1.zip](https://github.com/pinterf/AviSynthPlus/files/2885110/test1.zip) ff_stereo.wav and lw_stereo.wav won't match. ff.wav and lw.wav match.