Losko
22nd February 2014, 00:49
I'm new in using avisynth's "animate" filter and I think it's great in video creation.
I use it for achieving a "pan" effect over a huge picture (a 8 mega pixel photo) like in this statement:
clip2=Animate(1, 500, "Crop", video_base, 0,1252,1920,1080, video_base, 1344,1368,1920,1080)
so I get clip2 (hd video: 1920x1080 px) with 500 frames panning from middle left side to bottom right corner of the big photo.
The issue is (maybe I'm just a noob, warn me :o) the "stepping" during animation. You see, the "crop" filter takes only integer parameters and, whilst they grow uniformously from beginning to the end, the vertical displacement is limited and jumps are clear (the top offset increasing by one).
Every time the "pan" is obliquitois these jumps are there, and this is just ugly.
Is there a way for getting a smoother animation?
I use it for achieving a "pan" effect over a huge picture (a 8 mega pixel photo) like in this statement:
clip2=Animate(1, 500, "Crop", video_base, 0,1252,1920,1080, video_base, 1344,1368,1920,1080)
so I get clip2 (hd video: 1920x1080 px) with 500 frames panning from middle left side to bottom right corner of the big photo.
The issue is (maybe I'm just a noob, warn me :o) the "stepping" during animation. You see, the "crop" filter takes only integer parameters and, whilst they grow uniformously from beginning to the end, the vertical displacement is limited and jumps are clear (the top offset increasing by one).
Every time the "pan" is obliquitois these jumps are there, and this is just ugly.
Is there a way for getting a smoother animation?