whugemann
20th August 2007, 19:59
I would like to extract a moving sub-area from an AVI in order to trace a moving object more closely, i.e. I would like to make a Crop with the x-coordiante depending on the frame number.
My first idea was to do something with a combination of ScriptClip and Crop, i.e.
ScriptClip(Video,Crop(Video, current_frame * 5, 50, 200, 300))
but this doesn't work, because Crop returns a complete video.
Any ideas how to approach this problem?
My first idea was to do something with a combination of ScriptClip and Crop, i.e.
ScriptClip(Video,Crop(Video, current_frame * 5, 50, 200, 300))
but this doesn't work, because Crop returns a complete video.
Any ideas how to approach this problem?