diff options
author | Guido van Rossum <guido@python.org> | 1991-11-06 16:13:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-11-06 16:13:25 (GMT) |
commit | eda5dfd7c83274cfbf0031fa0cf37324fc9b54a4 (patch) | |
tree | 4e4f4ede94ec8c7049d8166d06d8b0d39a17a0bf /Demo | |
parent | 6f00a317a196cc97076e39f1769dd1941bb38fe0 (diff) | |
download | cpython-eda5dfd7c83274cfbf0031fa0cf37324fc9b54a4.zip cpython-eda5dfd7c83274cfbf0031fa0cf37324fc9b54a4.tar.gz cpython-eda5dfd7c83274cfbf0031fa0cf37324fc9b54a4.tar.bz2 |
Update on vinfo
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/sgi/video/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index e57753f..5a7d094 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -44,7 +44,9 @@ video.py player for movies recorded by camcorder.py soundfile default is none (no sound) skipbytes byte offset in soundfile where sound starts -vinfo.py print a summary of a movie file +vinfo.py print summary of movie file(s) + usage: vinfo [-d] moviefile ... + -d print delta times (default: print abs times) vpregs.py definition of VP registers |