Guido van Rossum
f06ee5fa07
/usr/local/bin/python -> /usr/bin/env python
1996-11-27 19:52:01 +00:00
Sjoerd Mullender
d6b9ce961e
Fixed use of aifc module.
1993-12-22 11:44:49 +00:00
Guido van Rossum
21a3ff9d5d
Uniformly replaced init() functions by __init__() constructors.
...
A few simple things seem to work, I haven't tested it thouroughly
though...
1993-12-17 15:11:41 +00:00
Guido van Rossum
c17c84fbe3
Disconnect from VCR when switching modes.
...
Wait for VCR ready and set VCR mode to DNR when initializing VCR.
Fix type error in getfloat().
1993-05-10 15:45:49 +00:00
Guido van Rossum
85f7bd5251
Vrec.py, Vrecb.py:
...
- call v.SetParam() after v.BindGLWindow()
- turn of dithering in mono/grey mode
- use prefposition to place the top left corner at (150, 150)
(so that the video remains visible during recording)
- default width is 256
Vcopy.py: correct typos; more verbose output.
OldVcopy.py: new name for Jack's old grabbing Vcopy.py.
Vstat.py: print values of all video parameters.
1993-02-25 16:10:16 +00:00
Jack Jansen
09bf3e310b
Added audio recording to Vrecb
1993-02-24 16:08:21 +00:00
Guido van Rossum
852cc22bd3
Vrec.py: don't print Ids if no frames are captured.
...
Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).
1993-02-15 17:33:36 +00:00
Guido van Rossum
3f2ef09f40
Added usage() and help() to Vrecb, and turn on -f by default.
...
Removed duplicate description of -r option from documentation file.
1993-02-05 15:34:22 +00:00
Guido van Rossum
6e0e668d1c
Renamed Vrecc to Vrecb (*b*urst mode capture).
1992-12-23 15:41:38 +00:00