Log in

View Full Version : Here is how I use mvtools 2 for frame doubling


Jeremy Duncan
25th January 2010, 01:36
This is in ffdshow video codec



Last=ffdshow_source()
setmemorymax(550)
MT("""
LimitedSharpenFaster_JD(strength=11)
LimitedSharpenFaster_JD(strength=11)
super = MSuper(pel=2,hpad=4,vpad=4)
backward_vec = MAnalyse(super,chroma=false, blksize=16, isb = true, search=5, searchparam=1)
forward_vec = MAnalyse(super, chroma=false, blksize=16, search=5, searchparam=2)
backward_re= MRecalculate(super, backward_vec, chroma=false, blksize=8, blksizev=8, overlap=0, overlapv=0, thSAD=100, search=5, searchparam=1)
forward_re= MRecalculate(super,forward_vec, chroma=false, blksize=8, blksizev=8, overlap=0, overlapv=0, thSAD=100, search=5, searchparam=2)
MBlockFps(super, backward_re, forward_re, num=FramerateNumerator(last)*2, den=FramerateDenominator(last)*1, mode=1)
""",2)


lsf plugins, seesaw optionally used instead of lsf (http://www.mediafire.com/?ntuocdjz5oz) These plugins were custom calibrated by me, so they are different than the regular ones.

Jeremy Duncan
27th January 2010, 13:48
I updated the first post.

Didée
27th January 2010, 14:38
lsf plugins, seesaw optionally used instead of lsf (http://127.0.0.1) These plugins were custom calibrated by me, so they are different than the regular ones.

For the *** of *** and *** !!!

If you think you need to make changes to those functions, then change also the name of the function!

Turn your brain on! Countless users are downloading your scripts with those random-by-the-day changes, and some days/weeks/months later, when a user says "I have just used default LSF()", then nobody knows if he has an original function or one by you, so that nobody can know what "default settings" actually do mean.

Is it so hard to add a "_JD" to the name of a function? No. It is baby-easy.

You are causing much more confusion than anything good with your short-sighted behaviour. Really!

Jeremy Duncan
27th January 2010, 16:12
I'm sorry. I have fixed the plugins as you instructed.