diff options
author | Guido van Rossum <guido@python.org> | 1992-09-29 13:40:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-09-29 13:40:47 (GMT) |
commit | 9e3f335bea3a57481e935d0ec015b4f395b1bc9b (patch) | |
tree | 6bc375de1b2bc517d405a067efe64c56c4655a54 /Demo/sgi/video/README | |
parent | 3165fe6a56c07f4f85f4ea54b69f5b1f243e2463 (diff) | |
download | cpython-9e3f335bea3a57481e935d0ec015b4f395b1bc9b.zip cpython-9e3f335bea3a57481e935d0ec015b4f395b1bc9b.tar.gz cpython-9e3f335bea3a57481e935d0ec015b4f395b1bc9b.tar.bz2 |
VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done
using module 'jpeg' by the Displayer class. (Unfortunately it's too
slow for real time.) Print file size in printinfo() method.
Vinfo: added -t option (terse -- one line per file) and usage message.
Vtime: use BasicV{in,out}File classes -- the minimum needed.
Vmkjpeg, Vunjpeg: new utilities for jpeg (de)compression.
Diffstat (limited to 'Demo/sgi/video/README')
-rw-r--r-- | Demo/sgi/video/README | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index 5e14cff..071ca9b 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -24,12 +24,13 @@ 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 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. Vrec was soon followed by modernized +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. Vrec was soon followed by modernized versions of the other programs (Vinfo, Vplay, Vtime) and an interactive editor (Vedit). Finally, VFile was rewritten for more -modularity, functionality and robustness. +modularity, functionality and robustness, and various other tools were +added as needed. Guido van Rossum Jack Jansen @@ -39,7 +40,8 @@ modularity, functionality and robustness. Overview of files ----------------- -cmif-film.ms description of the CMIF video file format +cmif-film.ms description of the CMIF video file format (a little + out of date) These are programs with a command line interface: @@ -55,6 +57,10 @@ 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) +Vmkjpeg.py compress an rgb or grey video file to jpeg[grey] format + +Vunjpeg.py expand a jpeg[grey] video file to rgb or grey format + Vedit.py interactive video editing program Vsend.py unicast or multicast live video as UDP packets |