Log in

View Full Version : sub-pixel crop in resizers


hanfrunz
3rd July 2016, 20:49
Hello everyone,
the avisynth resizers can crop. The crop (http://avisynth.nl/index.php/Resize#Cropping) values are floats, which is very handy if you want to create a Ken Burns Effect (panning/zooming a picture). Is this somehow possible with VS?

regards
hanfrunz

Reel.Deel
3rd July 2016, 22:16
I don't think the internal resizers (http://www.vapoursynth.com/doc/functions/resize.html) allow cropping but you can use fmtconv (http://forum.doom9.org/showthread.php?t=166504) to accomplish this.

hanfrunz
4th July 2016, 10:49
Cool, thanks!