Topic: My Custom Script Setting Opinion (Smooth like DmitriRender)
Some users (like me) don't like SVP 4 because is less smooth in some scenes (even if you use maximum settings). Big thanks to @melmel5180 who found the custom script and im really satisfied.
**Im not guarantee that will work 100%*** - This method is worked on me with SVP 4.5.0.213 on Windows 10 21H1 (i7 860 and GTX 960) (~55% CPU Usage at 1080p video)
##Update 16/3/2022##
1) Open SVP Control Panel:
- Frames Interpolation Mode = "Uniform"
- SVP Shader = "Complicated"
- Artifacts masking = "Disabled"
- Search Radius = "Large"
- Width of top coarse = "Large"
(other motion vector options doesn't matter)
- Frame Conversion = "Whatever you want"
2) Press "Windows Key+R" and type %APPDATA%\SVP4
3) Open override.js with the text editor
4) Copy and paste the following text between /***** INSERT BELOW THIS LINE *****/ and /***** INSERT ABOVE THIS LINE *****/ ---> Save (Overwriting)
levels.pel = 1;
levels.scale.up = 1;
levels.scale.down = 1;
levels.full = true;
analyse.block.w = 32;
analyse.block.h = 32;
analyse.block.overlap = 2;
analyse.main.levels = 4;
analyse.main.search.type = 8;
analyse.main.search.distance = -8;
analyse.main.search.coarse.type = 4;
analyse.main.search.coarse.distance = -16;
analyse.main.search.coarse.bad.range = 0;
analyse.main.penalty.lambda = 1.0;
analyse.main.penalty.plevel = 4.0;
analyse.main.penalty.lsad = 800;
analyse.main.penalty.pnew = 5;
analyse.main.penalty.pglobal = 5;
analyse.main.penalty.pzero = 10;
analyse.main.penalty.pnbour = 5;
analyse.main.penalty.prev = 0;
analyse.refine[0] = {thsad:2000, search:{distance:2, type:4}};
smooth.algo = 23;
smooth.scene.mode = 0;
smooth.mask.cover = 20;
smooth.mask.area = 8;
smooth.mask.area_sharp = 0.70;
smooth.scene.limits.m1 = 3600;
smooth.scene.limits.m2 = 7200;
smooth.scene.limits.scene = 10400;
smooth.scene.limits.zero = 10;
smooth.scene.limits.blocks = 60;
If you have high CPU usage or you see more artifacts try change some of these:
analyse.block.overlap = 1 (Less artifacts but not perfect motion detail)
analyse.main.search.coarse.distance = -8; (Less Accuracy)
smooth.mask.area = 16; (Less artifacts - maybe good for anime)
Example: (On Youtube description see SVP settings for details)
https://www.youtube.com/watch?v=6gotKZoS4N8
Try and tell me if its good or not