diff options
author | Guido van Rossum <guido@python.org> | 1992-08-20 11:54:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-20 11:54:00 (GMT) |
commit | 815adc987099ef354fc3b3051a312b4c39cf96b7 (patch) | |
tree | 40400d225beba5b7e558d119d695faa06e458663 /Demo | |
parent | 99e237f809b7e74ccb495f2847f058bc800c8e82 (diff) | |
download | cpython-815adc987099ef354fc3b3051a312b4c39cf96b7.zip cpython-815adc987099ef354fc3b3051a312b4c39cf96b7.tar.gz cpython-815adc987099ef354fc3b3051a312b4c39cf96b7.tar.bz2 |
New files.
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/sgi/video/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index 4995f58..eedb85f 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -24,7 +24,7 @@ editor, not in this directory but in /ufs/guido/mm/.) When we got our own Indigo entry-level video board (in June 1992) and a version of the Irix video library that supported capturing PAL format (in August 1992), Sjoerd added an interface to the video -library to Python (sv) and Guido wrote makemovie.py (based upon a +library to Python (sv) and Guido wrote Vrec.py (based upon a still frame grabber by Sjoerd, in turn based upon SGI demo code in C) to record a movie using it. @@ -54,11 +54,11 @@ 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 - -makemovie.py record video movies using the Indigo video library and +Vrec.py record video movies using the Indigo video library and board +colorsys.py color conversions, used by video + statit.py various statistics operations on movie files syncaudio.py record audio synchronized with camcorder -a @@ -96,6 +96,10 @@ vpregs.py definition of VP registers vtime.py virtual time module imported by syncaudio.py and camcorder.py +Vtime.py (unrelated to vtime!!!) Copy a video file, + manipulating the time codes (e.g. faster/slower, or + regenerate time codes, or drop frames too close apart) + The following are C programs, either for efficiency or because they need to link with a C library: |