Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
25th January 2010, 01:36 | #1 | Link |
Didée Fan
Join Date: Feb 2006
Location: Canada
Posts: 1,079
|
Here is how I use mvtools 2 for frame doubling
This is in ffdshow video codec
Code:
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)
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity. Last edited by Jeremy Duncan; 27th January 2010 at 16:11. Reason: added custom seesaw |
27th January 2010, 14:38 | #3 | Link | |
Registered User
Join Date: Apr 2002
Location: Germany
Posts: 5,391
|
Quote:
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!
__________________
- We´re at the beginning of the end of mankind´s childhood - My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!) |
|
Tags |
frame doubling |
Thread Tools | Search this Thread |
Display Modes | |
|
|