summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-11-22 14:03:57 (GMT)
committerGuido van Rossum <guido@python.org>1991-11-22 14:03:57 (GMT)
commit7385d583a5657792f3057639605b2b4a548d78c3 (patch)
tree3045bf45e77211ff37180df3a4f9613266700a99
parenta52117e98d595f64bd2e1fdde2df983e3da2b487 (diff)
downloadcpython-7385d583a5657792f3057639605b2b4a548d78c3.zip
cpython-7385d583a5657792f3057639605b2b4a548d78c3.tar.gz
cpython-7385d583a5657792f3057639605b2b4a548d78c3.tar.bz2
New features
-rw-r--r--Demo/sgi/video/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README
index 5a7d094..628ccbf 100644
--- a/Demo/sgi/video/README
+++ b/Demo/sgi/video/README
@@ -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