Jaded-Encoding-Thaumaturgy / vs-scale

VapourSynth (de)scaling functions
MIT License
10 stars 4 forks source link

keep_ar has wrong output, does not match crop_resize script #83

Closed ghost closed 1 year ago

ghost commented 1 year ago

example


wrong = vskernels.Catrom.scale(clip, width=1920, height=804, src_height=1606, src_top=277, keep_ar=True)
correct = crop_resize(clip, width=1920, height=804, src_height=1606, src_top=277)
ghost commented 1 year ago

fixed by #23de387

Setsugennoao commented 1 year ago

for the record, was just preferring shift parameter over kwargs