Hello I got this video of a girl moving and I want to crop the video leaving only the girl in it so I wonder if is there a way to make the crop parameters move following a path or something like that, thanks.
another option would be adding black bars that move blackening everything but the girl
+ Reply to Thread
Results 1 to 3 of 3
-
-
You can use the Animate() function along with Crop(). Only a linear path will be allowed. Unless you use several Animate() calls. For example:
Code:Animate(0,100, "crop", 380,0,640,480, 300,75,640,480)
Last edited by jagabo; 1st Apr 2013 at 06:32.
-
Similar Threads
-
Avisynth script built in path variable
By a1s2d3f4 in forum Newbie / General discussionsReplies: 13Last Post: 29th Mar 2018, 18:15 -
Help with avisynth crop commands
By Bully9 in forum Video ConversionReplies: 9Last Post: 5th Dec 2012, 15:42 -
VirtualDub File [path] does not have a video stream error
By fershad in forum Video ConversionReplies: 4Last Post: 25th Jan 2012, 06:11 -
DirectShow Error: File (path) does not have a video stream
By kstraynor in forum Video ConversionReplies: 1Last Post: 23rd May 2011, 16:44 -
crop in avisynth causing tearing ?
By davexnet in forum Video ConversionReplies: 13Last Post: 2nd Mar 2009, 15:17