]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
New features
authorGuido van Rossum <guido@python.org>
Fri, 22 Nov 1991 14:03:57 +0000 (14:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 Nov 1991 14:03:57 +0000 (14:03 +0000)
Demo/sgi/video/README

index 5a7d09488115a35e116759086eeb9db76954616c..628ccbfc892c8b29b8b06778a4f3616cb3c460af 100644 (file)
@@ -22,6 +22,8 @@ camcorder.py  record video movies or make snapshots (in movie format)
                p       pause recording (record single frame if paused)
                ESC     quit
 
+colorsys.py    color conversions, used by video
+
 statit.py      various statistics operations on movie files
 
 syncaudio.py   record audio synchronized with camcorder -a
@@ -37,9 +39,12 @@ vcopy.py     selectively write frames from one movie file to another
                commands: 'n' gets next frame; 'w' writes current frame
 
 video.py       player for movies recorded by camcorder.py
-               usage: video [-l] [-p pf] [moviefile [soundfile [skipbytes]]]
+               usage: video [-l] [-p pf] [-m mag] [-F]
+                                       [moviefile [soundfile [skipbytes]]]
                -p pf           override packfactor (to zoom)
                -l              looping -- restart movie when done
+               -m mag          magnification
+               -F              run at max speed
                moviefile       default is film.video
                soundfile       default is none (no sound)
                skipbytes       byte offset in soundfile where sound starts