	Copyright (C) Moonlight Cordless Corporation 2001 - 2002
		All Rights Reserved. 

		Moonlight Scalar DirectShow Filter
			Version 1.03                 

Moonlight Scalar features 

	o Frame size changing (Nearest neighbour/Bilinear algorithms 
	  implemented) 
	o Frame part cutting 
	o Removing of the flicking stripes at the top and the bottom 
	  of the frame caused by bad encoding 
	o Limitation: don't use it with renderers downstream 


System Requirements 

	Windows 95/98/ME/NT/2000/XP with DirectShow and DirectX SDK Installed 
	How to install/uninstall filter 
	   To install Moonlight Scalar filter run reg.bat or execute 
	"regsvr32 ir.ax" from the command line. To uninstall run unreg.bat 
	or execute "regsvr32 /u ir.ax". 

Usage notes 
	Moonlight Scalar Filter is mainly intended for use with Microsoft(c) 
	GraphEdit(R) from DirectX SDK (R). Also you can handle the filter 
	through its interface. 

Licensing 
	Moonlight Scalar Resizer if free only for internal usage.
	To use it in commercial purposes (reselling or distributing) please, 
	contact Moonlight Sales Department sales@moonlight.com.ru  

*** Resize ***
	The group box "Resize" defines dimensions of the destination frame 
	and the algorithm used. "Simple" is an algorithm a.k.a. nearest 
	neighbour - works much faster than "Precise" but picture quality 
	isn't very good; the "Precise" algorithm uses two-pass scaling method 
	with linear interpolation or calculation of  contributions of each 
	pixel from the source picture to each pixel of the destination picture.
	Dimensions of the destination frame are automatically converted to
	the nearest number divisible by 16.


*** Crop ***
	In this group box you can specify rectangle area that is to be cut from 
	the source frame. All coordinates are automatically converted to the 
	nearest number divisible by 16. 

*** Media Subtype ***
	Here you can determine a media subtype for the filter connection.
	Disabled items denote that one of the filters (or might be both) can't
	provide some media subtype.

*** Blacken ***
	Here you can specify the height (in pixels) of the top and the bottom 
	margins that is to be painted over with black. Note that painting is 
	fulfilled on the source picture, not on the destination.

New since 1.02:
Some major bugs with precise resize were fixed

