1

(20 replies, posted in Using SVP)

What's a good setting for animation?

2

(20 replies, posted in Using SVP)

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

3

(20 replies, posted in Using SVP)

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

4

(20 replies, posted in Using SVP)

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

5

(20 replies, posted in Using SVP)

Sorry I don't have svp

6

(20 replies, posted in Using SVP)

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

Thanks

7

(20 replies, posted in Using SVP)

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

8

(20 replies, posted in Using SVP)

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

9

(20 replies, posted in Using SVP)

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

10

(20 replies, posted in Using SVP)

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.

11

(20 replies, posted in Using SVP)

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?

12

(20 replies, posted in Using SVP)

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)

13

(20 replies, posted in Using SVP)

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

Thanks Chainik for the reponse

14

(20 replies, posted in Using SVP)

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

15

(13 replies, posted in Using SVP)

Unless someone innovates then we are stuck to 8 bit for good :-(

16

(13 replies, posted in Using SVP)

Thank you for this information.  Do you happen to know if ffdshow will be updated to 10 bit anytime soon?  10bit video is starting to proliferate because of its ability to remove banding.  I hope it gets updated very soon

17

(13 replies, posted in Using SVP)

May I ask the SVP Team on any update for 10bit video support?  Is it now a work in progress?

Thanks