30.07.2018, 05:21
Can't reproduce it the way you describe it. I use tons of videos with a resolution below 700.
I guess, the problem is related to the source not being progressive and at the same time not modulo 4.
When I load the source you send me a link to , crop it with 14/8/16/8, I get:
Avisynth FilterPreview works fine here, but that might be related to me using Avisynth+ 32bit instead of the normal Avisynth MT atm. for testing.
-> will send you a link for such a dev version for testing to see whether this problem is indirectly fixed by using Avisynth+.
Cu Selur
I guess, the problem is related to the source not being progressive and at the same time not modulo 4.
When I load the source you send me a link to , crop it with 14/8/16/8, I get:
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\LoadDll.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\DGDecode.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\TIVTC.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\unblock.dll")
LoadDLL("I:\Hybrid\32bit\AVISYN~1\libfftw3f-3.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: C:\Users\Selur\Desktop\1993 - What`s Up.vob
# input color sampling YV12
# input luminance scale tv
MPEG2Source(d2v="E:\Temp\vob_064708a9289a9898adc8342c14566a03_41.d2v")
# current resolution: 720x480
# deinterlacing
TFM(mChroma=true)
TDecimate(cycleR=1,cycle=5)
# cropping to 690x464
Crop(14,8,-16,-8)
# current resolution: 690x464
# filtering
# scaling
Spline36Resize(720,546)
# current resolution: 720x546
PreFetch(16)
return last
-> will send you a link for such a dev version for testing to see whether this problem is indirectly fixed by using Avisynth+.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.