Purpose:
--- --
This component is used for capturing staff from AVI to BMP.
Installation:
-------------
Extract the compiled units into your Lib directory or into
another directory that is listed in the Library path in your Delphi options.
Choose file AVIcap.dcu for register.
description:
------------
AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that is
essentially fast. It can be reached by using of avifil32.dll from MS Video For Windows.
New property: number of bits per pixel of bitmap.Now you can save BMP using next formats:
pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit, pfDevice.
See example to detail.
gcclib
This gcc 1.40 suits for Linux kernel 0.11 - 0.95
Installtion hints
-----------------
This suit contains include.taz, local.taz and this README file.
You must download the bootimage and rootimage and install them first.
The include.taz contains all the include files for using with gcc 1.40.
The local.taz contains all the gcc tools & libs stored in two sepearted
directories:
/usr/local/lib
/usr/local/bin
You should copy the linux/ asm/ sys/ subdirectories into the include
directory from the corresponding kernel source.
Installation
------------
Goto the /usr directory. Untar the include.taz to the directory /usr/include.
Untar the local.taz to the directory /usr/local. That s it!
Example:
--------
cd /usr
tar zxvf include.taz
tar zxvf local.taz