View Single Post
Old 9th September 2005, 22:08   #78  |  Link
Revgen
Registered User
 
Join Date: Sep 2004
Location: Near LA, California, USA
Posts: 1,545
Quote:
Originally Posted by tsp
...SetMTmode is good with filters like HDRAGC and some of the deinterlacers that needs information from the entire frame.
Do you think that Masktools benefits from this mode? Maybe thats why LimitedSharpen works so well in this mode. There are many Masktools functions out there that may also reap benefits.

EDIT:

Also, is there a way to turn off SetMTmode() switch once you turn it on? I'd like to be able to switch between the old and new MT in the same script so that I can use certain filters without conflicts.

IE:

SetMTmode(2,2)
mpeg2source("E:\3s-Goofs and Saddles\goofs.d2v",idct=6)
Trim(4482,5454)
Greyscale()
SetMTmode(OFF)
MT("fft3dfilter(sigma=4,beta=1,plane=0,bw=40,bh=40,bt=3,ow=4,oh=4,ratio=2)",2,8,false,true)
SetMTmode(2,2)
LimitedSharpen()

If not, then it's no big deal. I can wait.

Last edited by Revgen; 10th September 2005 at 03:11.
Revgen is offline   Reply With Quote