The VideoRecorder object is used to create a short video of a model in operation.
The AVI file created by the VideoRecorder is encoded using the VP8 codec, which is NOT supported by Windows Media Player. Furthermore, the present encoding algorithm is quite inefficient making the file size much larger than necessary. Both problems can be solved by re-encoding the video using free open-source software such as HandBrake (www.handbrake.fr).
The original AVI file in VP8 codec can be viewed with the VLC video player (www.videolan.org).