Topic: SVSmoothFPS

I do not know where to post this.  I'm trying to integrate SVSmoothFPS to staxrip in order to convert 24fps to 30fps.  The Syntax that I use is :

SVSmoothFps(num = 5, den = 4, algo = 23)

I'm getting an invalid argument.  Maybe there is something wrong on how I formatted this?

I appreciate your help.   Thanks

Re: SVSmoothFPS

https://www.svp-team.com/wiki/Plugins:_SVPflow

3 (edited by Magik Mark 20-05-2016 09:15:43)

Re: SVSmoothFPS

Can somebody show how this is done in staxrip?  The synthax there is different

Thanks Chainik for the reponse

Re: SVSmoothFPS

How do I convert this to avisynth+ for 24fps-->30fps

SetMemoryMax(1024)
   LoadPlugin("svpflow1.dll")
   LoadPlugin("svpflow2.dll")
   
   threads=9
   SetMTMode(3,threads)
   # Some input here
   SetMTMode(2)
   ConvertToYV12()
   
   # All parameters set to defaults which means high quality frame doubling
   super=SVSuper("{gpu:1}")
   vectors=SVAnalyse(super, "{}")
   SVSmoothFps(super, vectors, "{}", mt=threads)

5 (edited by dlr5668 21-05-2016 20:30:27)

Re: SVSmoothFPS

Magik Mark wrote:

Can somebody show how this is done in staxrip?

use search FFS
vs http://www.svp-team.com/forum/viewtopic.php?id=3244
avs config posted here in 2nd post http://www.svp-team.com/forum/viewtopic.php?id=3243

Re: SVSmoothFPS

Thanks a lot.  I think the attached AVS template in first link works better than one found in second link

I just would like to confirm that the setting are for regular video and NOT animation, right?

Re: SVSmoothFPS

Magik Mark wrote:

Thanks a lot.  I think the attached AVS template in first link works better than one found in second link

I just would like to confirm that the setting are for regular video and NOT animation, right?

yep they are for regular videos

Re: SVSmoothFPS

Hope you don't mind,  What does this do?

global demo_mode=0
global stereo_type=0

Its seams these variable are missing in the second link.

9 (edited by dlr5668 21-05-2016 23:58:58)

Re: SVSmoothFPS

Magik Mark wrote:

Hope you don't mind,  What does this do?

global demo_mode=0
global stereo_type=0

Its seams these variable are missing in the second link.

They are only needed for SVP manager demo mode and stereo 3d mode (this script is edited svp script so it has some extra lines)

Re: SVSmoothFPS

I have 28 thread CPU.  Is it possible to use all of them?

Re: SVSmoothFPS

Magik Mark wrote:

I have 28 thread CPU.  Is it possible to use all of them?

28 cores xeon skylake ? Use 2 * x - 1 formula (57 threads)

Re: SVSmoothFPS

Its Xeon E5 2695v3. 14 Cores 28 Threads.  What is the maximum I can use?

Re: SVSmoothFPS

Magik Mark wrote:

Its Xeon E5 2695v3. 14 Cores 28 Threads.  What is the maximum I can use?

try 27

Re: SVSmoothFPS

Are there any particular reasons why SV Analyse & SVSuper are not using default settings in your script?

Re: SVSmoothFPS

How do we convert this to regular avisyth?  the 32bit version

Thanks

Re: SVSmoothFPS

Magik Mark wrote:

How do we convert this to regular avisyth?  the 32bit version

Thanks

Get script here http://i.imgur.com/3YfZYEM.png

Re: SVSmoothFPS

Sorry I don't have svp

Re: SVSmoothFPS

I have noticed artifacts and halos during fast scenes.  Is there a way to minimize this or eliminate it completely?  I don't mind minimizing the smoothness

Thanks

Re: SVSmoothFPS

May I ask why this method is a lot faster than interframe.  I was experimenting with the later and it is awfully slow.

Re: SVSmoothFPS

Is there a good Avisynth+ filter that could remove halos generated my this script?

Re: SVSmoothFPS

What's a good setting for animation?