diff options
author | Guido van Rossum <guido@python.org> | 1993-02-16 16:49:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-02-16 16:49:44 (GMT) |
commit | 3ea6161bb5d4f443aba0aac2d01e5e80c43113e1 (patch) | |
tree | c15b2aeeddfbd047e0009b83e7e779599f21caca /Demo/sgi/video/README | |
parent | 9b86e1f5f0656375b5aa38ddfb9fe8ea6a9aa0d4 (diff) | |
download | cpython-3ea6161bb5d4f443aba0aac2d01e5e80c43113e1.zip cpython-3ea6161bb5d4f443aba0aac2d01e5e80c43113e1.tar.gz cpython-3ea6161bb5d4f443aba0aac2d01e5e80c43113e1.tar.bz2 |
Cleanup of old files, added watchcursor.py (for Vedit.py), updated README.
Diffstat (limited to 'Demo/sgi/video/README')
-rw-r--r-- | Demo/sgi/video/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index 9c4867e..6a9f894 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -10,9 +10,9 @@ History We started this in October 1991, when we had a large framegrabber board on loan from SGI for a few weeks: we developed a movie recording -program (camcorder.py) and added numerous features, including still -frame capture and synchronous sound recording using a second machine -(the machine holding the framegrabber board didn't have audio). +program and added numerous features, including still frame capture and +synchronous sound recording using a second machine (the machine +holding the framegrabber board didn't have audio). During the following months, when we started using and processing the recorded film fragments, the "CMIF video format" was revised several @@ -80,6 +80,8 @@ Vaddcache.py add a "cached index" to a video file, for faster playing Vrecb.py like Vrec.py but uses "burst capture" -- somewhat specialized +rgb2video.py combine a sequence of rgb images into a CMIF video file + These modules and files are used by the above programs: @@ -91,6 +93,10 @@ LiveVideoIn.py live video input class, used by Vsend LiveVideoOut.py live video output class, used by Vsend and Vreceive +imgconv.py Image conversion subroutines for rgb2video.py + senddefs.py Defaults shared by Vsend and Vreceice +watchcursor.py Generally useful module to define a watch cursor in GL + VeditForm.fd FORMS' fdesign definition for Vedit's form |