]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Changed description of video.py.
authorGuido van Rossum <guido@python.org>
Mon, 4 Nov 1991 18:04:47 +0000 (18:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Nov 1991 18:04:47 +0000 (18:04 +0000)
Demo/sgi/video/README

index 2cdc8549f73bb2b13a2659a731fa741b979e120d..e57753fd65ffdfe0a16a6bf65457cbb5112144fa 100644 (file)
@@ -37,11 +37,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 [moviefile [soundfile [skipbytes]]]
-               - default moviefile is film.video
-               - default soundfile is none (no sound)
-               - if skipbytes is given, that many bytes are skipped from
-                 soundfile before playing
+               usage: video [-l] [-p pf] [moviefile [soundfile [skipbytes]]]
+               -p pf           override packfactor (to zoom)
+               -l              looping -- restart movie when done
+               moviefile       default is film.video
+               soundfile       default is none (no sound)
+               skipbytes       byte offset in soundfile where sound starts
 
 vinfo.py       print a summary of a movie file