diff options
author | Guido van Rossum <guido@python.org> | 1991-11-04 18:04:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-11-04 18:04:47 (GMT) |
commit | 228381e0c244126d2ed561866a5086fc534c8ae0 (patch) | |
tree | d1b180d54166fc631073d80439a90b6150fb3523 /Demo | |
parent | 5dafd916f21dda2760c66964ccdbf28b8af9902e (diff) | |
download | cpython-228381e0c244126d2ed561866a5086fc534c8ae0.zip cpython-228381e0c244126d2ed561866a5086fc534c8ae0.tar.gz cpython-228381e0c244126d2ed561866a5086fc534c8ae0.tar.bz2 |
Changed description of video.py.
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/sgi/video/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index 2cdc854..e57753f 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -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 |