Mrestore

From Avisynth

Jump to: navigation, search
Abstract
Author MOmonster
Version 2.3e
Download mrestore.avsi
Category Deblenders
Requirements
License

mrestore(clip clp, int numr, int denm, int mode, float bf, bool chroma, int dup, int cache, float rx, float ry, int mthr, clip dclip)


Contents

[edit] Abstract

Mrestore is an AviSynth script function that use the conditional frame evaluation for the output calculation. Generally it was written to undo norm-conversions with blends, but the last version can be useful for all decimation ratios between 1.5 and 2.5 (denm/numr). It is currently obsolete. Srestore is the updated function, part of the R_pack.

[edit] Requires Filters


[edit] Examples

	bobbed (or progressive) source

	mrestore()

	------
	or:

	ord = last.getparity() ? 1 : 0

	leakkernelbob(ord,4,true,true)

	mrestore(dclip=last.crop(8,8,-16,-8))


	------
	or:

	d = last.bob(-0.2,0.6).reduceflicker(strength=1)	#Didee use this in restore24

	tdeint(mode=1)						#or for example yadif(mode=1)

	mrestore(mode=-4,dup=1,dclip=d)

[edit] External Links

Personal tools