summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vb.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-171-962/+0
|
* Use constants defined in cl module. (Sjoerd)Guido van Rossum1998-10-091-7/+6
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-5/+4
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Fix reference to undefined 'memsize' in calcnframes().Guido van Rossum1993-10-261-2/+2
|
* VFile - Added support for creating compression lib moviesJack Jansen1993-07-231-31/+146
| | | | | Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init
* Mostly cosmetics, e.g. change window titles so icon titles are better,Guido van Rossum1993-06-111-19/+25
| | | | size window back to last size when going from 24bits to 8bits mode, etc.
* Keep top left corner of window where it was when resizing.Guido van Rossum1993-06-111-5/+13
| | | | | | | Keep aspect and max size of window at all times. Remove (now unnecessary) sleep(0.1) in vcr capture code. Add messages when initializing VCR. Remove old comments.
* Impor VCR at the top. Change the way audio is recorded subtly.Guido van Rossum1993-06-101-3/+2
|
* Added 24 bit RGB captureJack Jansen1993-06-081-12/+94
| | | | | | | Added JPEG capture Added multiple-speed VCR sync and single-step VCR sync VCR sync recorded movies get correct timestamps Added (still non-functional) 24-bit picture scaling
* Implemented VCR capture using forward slow instead of stepping.Guido van Rossum1993-05-111-16/+73
| | | | Also added a 'rate' field to specify the capture rate in this case.
* Disconnect from VCR when switching modes.Guido van Rossum1993-05-101-1/+6
| | | | | Wait for VCR ready and set VCR mode to DNR when initializing VCR. Fix type error in getfloat().
* Added single frame capturing.Guido van Rossum1993-05-101-137/+370
| | | | | | Added VCR synchronized capturing. Added audio capturing (for continuous mode only). Lots of internal and external improvements.
* Moved stop button again; default form position next to video window.Guido van Rossum1993-05-071-55/+86
|
* All combinations of video format and capture mode (cont/burst) nowGuido van Rossum1993-05-071-85/+201
| | | | work. Reorganized a lot of the code, still not satisfied...
* Use groups to show/hide "Stop capture" button.Guido van Rossum1993-05-061-11/+23
| | | | | Made mono capture work. Don't support rgb24 capture (the code for this doesn't exist in Vrec either!).
* New program: Video Bag Of Tricks. Will eventually replace Vrec andGuido van Rossum1993-05-061-0/+300
Vrecb. Has a user interface dialog to set options etc.