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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th January 2010, 01:36   #1  |  Link
Jeremy Duncan
Didée Fan
 
Jeremy Duncan's Avatar
 
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)
lsf plugins, seesaw optionally used instead of lsf These plugins were custom calibrated by me, so they are different than the regular ones.
__________________
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
Jeremy Duncan is offline   Reply With Quote
Old 27th January 2010, 13:48   #2  |  Link
Jeremy Duncan
Didée Fan
 
Jeremy Duncan's Avatar
 
Join Date: Feb 2006
Location: Canada
Posts: 1,079
I updated the first post.
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity.
Jeremy Duncan is offline   Reply With Quote
Old 27th January 2010, 14:38   #3  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,391
Quote:
Originally Posted by Jeremy Duncan View Post
lsf plugins, seesaw optionally used instead of lsf 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!
__________________
- 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!)
Didée is offline   Reply With Quote
Old 27th January 2010, 16:12   #4  |  Link
Jeremy Duncan
Didée Fan
 
Jeremy Duncan's Avatar
 
Join Date: Feb 2006
Location: Canada
Posts: 1,079
I'm sorry. I have fixed the plugins as you instructed.
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity.
Jeremy Duncan is offline   Reply With Quote
Reply

Tags
frame doubling

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:47.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.