cpython/Demo/sgi/video
Jack Jansen e6f49ecfa9 Initial (skeleton) version of universal image format converter 1993-01-27 11:39:37 +00:00
..
.cvsignore Initial revision 1992-05-14 14:24:57 +00:00
IN.py Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib). 1992-09-24 15:02:46 +00:00
LiveVideoIn.py Added mono, grey2 and grey4 formats 1992-12-23 15:37:20 +00:00
LiveVideoOut.py - Added LiveVideoOutSlow class (which only updates after full pkt) 1993-01-27 11:38:03 +00:00
Makefile Initial revision 1992-02-11 14:50:54 +00:00
README Get rid of C and out-of-date files 1992-12-24 11:39:36 +00:00
VFile.py setsize has two arguments: width, height. 1992-12-24 11:37:21 +00:00
Vaddcache.py New modules LiveVideo{In,Out} (interfaces will change!). 1992-09-22 17:23:17 +00:00
Vcopy.py Renamed vcopy to Vcopy (it is the only old tool that's still in use) 1992-12-24 11:41:14 +00:00
Vedit.py Fix for new argument passing rules. 1992-12-14 12:43:19 +00:00
VeditForm.fd Cosmetic changes to Vedit and -Form. 1992-08-25 13:53:10 +00:00
Vfix.py New tool Vfix: truncate the right edge of 'grey' type images to make 1992-09-29 17:07:10 +00:00
Viewer.py Use vin/vout.clear() instead of gl.clear() 1992-09-07 15:09:31 +00:00
Vinfo.py New tool Vfix: truncate the right edge of 'grey' type images to make 1992-09-29 17:07:10 +00:00
Vmkjpeg.py VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done 1992-09-29 13:40:47 +00:00
Vplay.py Fix typo in print message 1992-12-24 11:38:29 +00:00
Vrec.py Added usage message, minor cosmetic changes 1992-12-24 11:39:00 +00:00
Vrecb.py Renamed Vrecc to Vrecb (*b*urst mode capture). 1992-12-23 15:41:38 +00:00
Vrecc.py Added mono, grey2 and grey4 formats 1992-12-23 15:37:20 +00:00
Vreceive.py Use plain python. 1992-12-24 11:37:53 +00:00
Vsend.py Use plain python. 1992-12-24 11:37:53 +00:00
Vtime.py VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done 1992-09-29 13:40:47 +00:00
Vunjpeg.py VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done 1992-09-29 13:40:47 +00:00
cam.py new syntax 1992-02-11 14:50:22 +00:00
camcorder.py new syntax 1992-02-11 14:50:22 +00:00
cmif-film.ms Initial revision 1992-02-28 16:19:15 +00:00
colorsys.py new syntax 1992-02-11 14:50:22 +00:00
i2v.c Initial revision 1992-02-11 14:50:54 +00:00
imgconv.py Initial (skeleton) version of universal image format converter 1993-01-27 11:39:37 +00:00
makemovie.py Minor improvements, comments; fix Vinfo -d. 1992-08-18 21:11:18 +00:00
rgb2video.py Create CMIF-video file from SGI rgb images 1993-01-20 15:10:05 +00:00
senddefs.py Added options to Vsend and Vreceive; moved common defaults to senddefs. 1992-09-24 15:01:37 +00:00
squash.c Better check of input data? 1992-02-11 14:47:11 +00:00
squash2.c Initial revision 1991-10-30 11:52:48 +00:00
statit.py new syntax 1992-02-11 14:50:22 +00:00
syncaudio.py new syntax 1992-02-11 14:50:22 +00:00
tomono.c Initial revision 1991-10-30 11:52:48 +00:00
tv.py new syntax 1992-02-11 14:50:22 +00:00
v2i.c Fixed to understand new file format; and cosmetics. 1991-11-04 15:54:36 +00:00
vcopy.py Changes for supporting monochrome and greyscale video (not yet fully 1992-12-14 12:25:21 +00:00
video.py Append /ufs/guido/src/video to sys.path. 1992-05-12 12:33:44 +00:00
vinfo.py Print real width and warn for stride not a multiple of 4 bytes 1992-05-07 15:21:52 +00:00
vpregs.py Initial revision 1991-11-04 14:31:03 +00:00
vtime.py new syntax 1992-02-11 14:50:22 +00:00

README

CMIF video tools
================

This directory contains Python and C programs to manipulate files
containing digitized video in the "CMIF video format".


History
-------

We started this in October 1991, when we had a large framegrabber
board on loan from SGI for a few weeks: we developed a movie recording
program (camcorder.py) and added numerous features, including still
frame capture and synchronous sound recording using a second machine
(the machine holding the framegrabber board didn't have audio).

During the following months, when we started using and processing the
recorded film fragments, the "CMIF video format" was revised several
times, and we eventually created an object-oriented interface for
reading and writing various incarnations of these files, called VFile.
(This module is also used by our flagship application, the CMIF
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
versions of the other programs (Vinfo, Vplay, Vtime) and an
interactive editor (Vedit).  Finally, VFile was rewritten for more
modularity, functionality and robustness, and various other tools were
added as needed.  Also, new options were added to existing tools, and
several new video file formats were added.

	Guido van Rossum
	Jack Jansen
	Sjoerd Mullender


Overview of files
-----------------

cmif-film.ms	description of the CMIF video file format (more than a
		little out of date -- read the source for VFile for
		more info about new file formats)


These are programs with a command line interface:

Vrec.py		record video movies using the Indigo video library and
		board

Vplay.py	play video movies

Vinfo.py	show statistics on movies

Vtime.py	Copy a video file, manipulating the time codes (e.g.
		faster/slower, or regenerate time codes, or drop
		frames too close apart)

Vcopy.py	selectively write frames from one movie file to another
		usage: Vcopy [-t type] [-m treshold] [-a] infile outfile
		commands: 'n' gets next frame; 'w' writes current frame

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

Vfix.py		truncate the scan line width of a video file to
		a multiple of 4 ('grey' images only)

Vedit.py	interactive video editing program (uses the FORMS library)

Vsend.py	unicast or multicast live video as UDP packets

Vreceive.py	receive transmissions from Vsend

Vaddcache.py	add a "cached index" to a video file, for faster playing

Vrecb.py	like Vrec.py but uses "burst capture" -- somewhat specialized


These modules and files are used by the above programs:

VFile.py	classes that read and write CMIF video files

Viewer.py	two viewer classes used by Vedit

LiveVideoIn.py	live video input class, used by Vsend

LiveVideoOut.py	live video output class, used by Vsend and Vreceive

senddefs.py	Defaults shared by Vsend and Vreceice

VeditForm.fd	FORMS' fdesign definition for Vedit's form