animate_helper

class vcs.animate_helper.AnimationController(vcs_self)[source]
fps(value=None)[source]

Animation desired number of frame per seconds (might not be achievable depending on your system)

horizontal(value)[source]

Pan the window horizontaly (when zoomed). 100% means move so you can see the furthest right part of the picture”

save(movie, bitrate=1024, rate=None, options=None)[source]

Save animation to a file

vertical(value)[source]

Pan the window verticaly (when zoomed). 100% means move so you can see the top part of the picture”

zoom(value)[source]

Zoom factor for the animation

class vcs.animate_helper.AnimationCreate(controller)[source]
run()[source]

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

class vcs.animate_helper.AnimationPlayback(controller)[source]
run()[source]

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

class vcs.animate_helper.StoppableThread[source]
class vcs.animate_helper.animate_obj_old(vcs_self)[source]

Animate the contents of the VCS Canvas. The animation can also be controlled from the animation GUI. (See VCDAT for more details.)

See the animation GUI documentation