summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-11-04 15:55:01 (GMT)
committerGuido van Rossum <guido@python.org>1991-11-04 15:55:01 (GMT)
commit7caf611a0f38d24b9ac9150a5068393b61a4a527 (patch)
tree1b6485555cd075970298a52feec2310d273a3da7 /Demo
parentbac4572300b195678a407ff8b28b35cd1e8634e7 (diff)
downloadcpython-7caf611a0f38d24b9ac9150a5068393b61a4a527.zip
cpython-7caf611a0f38d24b9ac9150a5068393b61a4a527.tar.gz
cpython-7caf611a0f38d24b9ac9150a5068393b61a4a527.tar.bz2
Added vcopy.py; and cosmetics.
Diffstat (limited to 'Demo')
-rw-r--r--Demo/sgi/video/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README
index db42adf..2cdc854 100644
--- a/Demo/sgi/video/README
+++ b/Demo/sgi/video/README
@@ -32,6 +32,10 @@ syncaudio.py record audio synchronized with camcorder -a
tv.py receiver for transmissions from cam.py
+vcopy.py selectively write frames from one movie file to another
+ usage: vcopy infile outfile
+ commands: 'n' gets next frame; 'w' writes current frame
+
video.py player for movies recorded by camcorder.py
usage: video [moviefile [soundfile [skipbytes]]]
- default moviefile is film.video
@@ -60,5 +64,5 @@ squash2.c make a movie smaller by dropping pixels
tomono.c like squash2 but outputs a monochrome movie
-v2i.c convert the first image of a movie file to SGI .rgb format
+v2i.c convert the first frame of a movie file to SGI .rgb format
link with -limage