
							MLC Codec Version 0.3.

MLC is lossless codec using Vfw standard. It uses FCC code MLCY. Codec supports YUY2, YV12 and RGB24 color spaces. 
All are fully lossles, lousy modes are not implemented.
 
You can inform me about problems, bugs or comments on may mail: miro@linek.sk.


		1. Instalation.

With explorer right click on mlc.inf and select "Install".


		2. Description of configure screen.

Compression (predefined) 
	- some predefined configurations. You can always change them manualy. 

Only keyframes
	- when not checked you can define interval between key frames. Non key frames (P-frames) are usually faster and better compressed.

Motion estimation
	- used for P-frames. Usefull for slow scenes. Sometimes it doesn't help too much.

Mode
	- changes inner program parameters. In most cases Standard is the best setting. For realtime capture use Maximize speed. 
	  With Maximize compression you'l get slightly better compression.

Modified RGB-YUV
	- there are used two different RGB-YUV conversions. They result to different intervals of YUV channels. When not checked interval is 
	  (16-235) for Y and (16-239) for U,V. When checked interval is always (0-255). First option is better when viewing on TV. In this 
	  version of codec option only affects output, when conversion is required by application.


		3. License.

This program is freeware.


November 2007, 					Miroslav Linek