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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 20th July 2013, 14:17   #1  |  Link
pbreak
Registered User
 
Join Date: Nov 2011
Posts: 13
Little Help / Add filter to SVSmoothFPS

Hello, guys

Using MblockFPS you just add this code under SetMTmode and it works, now with SVSmooth i don't know which letter add before the code V = or L = ....

I'd like to know how to get this working.

Use this SVSmooth script \/

Quote:
svp_scheduler=true
SetMemoryMax(1024)
LoadPlugin("C:\\Program Files (x86)\\SVP\\plugins\\svpflow1.dll")
LoadPlugin("C:\\Program Files (x86)\\SVP\\plugins\\svpflow2.dll")
SetMTMode(3,15)
V = ffdshow_source()
SetMTMode(2)
S= V.SVSuper("{scale:{up:0,down:4},gpu:1,rc:false}")
A = S.SVAnalyse("{main:{search:{coarse:{distance:-10},bad:{sad:2000}}},refine:[{thsad:250}]}")
V.SVSmoothFps(S, A, "{num:5,den:2,algo:13,mask:{cover:80,area:0,area_sharp:1.2},s cene:{blend:true, mode:0}}", url="www.svp-team.com", mt=15)
GetMTMode(false) > 0 ? distributor() : last

And add this filters \/

Quote:
AssumeTFF()
Interp = SeparateFields().selecteven().EEDI2(field=1)
Deinted=TDeint(order=1,field=-1,edeint=Interp)
TFM(mode=6,order=0,PP=6,slow=2,mChroma=true,Clip2=Deinted)
TDecimate(mode=4)

Is that possible? THanks.
pbreak is offline   Reply With Quote
 

Tags
avisynth, filter, script, svsmoothfps

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 01:47.


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