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 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
Old 20th July 2013, 14:27   #2  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Code:
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)
V = V.AssumeTFF()
Interp = V.SeparateFields().selecteven().EEDI2(field=1)
Deinted= V.TDeint(order=1,field=-1,edeint=Interp)
V = V.TFM(mode=6,order=0,PP=6,slow=2,mChroma=true,Clip2=Deinted)
V = V.TDecimate(mode=4) 
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
should be the combination of the two
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 20th July 2013, 15:33   #3  |  Link
pbreak
Registered User
 
Join Date: Nov 2011
Posts: 13
Thank you, Selur.

It's working.

I do not wish to abuse of your kindness, but ... do you know how to 'fix' those fast scenes when everything gets blurry? Maybe a RemoveDirt or LSF?

Thanks anyway.

Last edited by pbreak; 20th July 2013 at 16:13.
pbreak is offline   Reply With Quote
Old 21st July 2013, 07:44   #4  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Sorry, no clue, I have never used SVSmoothFps
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Reply

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 21:19.


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