Topic: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)
I brought this after seeing a video on it and saw how amazing the anime looked at 60fps but i can't figure out how to get it to work properly.. I've tried searching it up but nothing seems to work.
These are my settings but when i tried it there was a huge audio delay and screen tearing, then when i tried to edit the override.js it stopped showing the video all together and only have audio over a black screen.
This is my current override file:
/********************************************************
override.js - version 4.0
This file is a part of SmoothVideo Project (SVP) package.
See License_eng.txt for licensing.
Description: add some custom script options processing here
********************************************************/
override = function()
{
// It's recommended to add needed options via Application settings ->
// Additional options -> All settings -> User defines options
/***** SVSuper options *****/
//levels.pel = 2;
//levels.gpu = 0;
//levels.scale.up = 2;
//levels.scale.down = 4;
//levels.full = true;
/***** SVAnalyse options *****/
//analyse.vectors = 3;
//analyse.block.w = 16;
//analyse.block.h = 16;
//analyse.block.overlap = 2;
//analyse.main.levels = 3;
//analyse.main.search.type = 4;
//analyse.main.search.distance = -8;
//analyse.main.search.sort = true;
//analyse.main.search.satd = false;
//analyse.main.search.coarse.type = 4;
//analyse.main.search.coarse.distance = -12;
//analyse.main.search.coarse.satd = true;
//analyse.main.search.coarse.trymany = false;
//analyse.main.search.coarse.width = 1050;
//analyse.main.search.coarse.bad.sad = 1000;
//analyse.main.search.coarse.bad.range = -24;
//analyse.main.penalty.lambda = 10.0;
//analyse.main.penalty.plevel = 1.5;
//analyse.main.penalty.lsad = 8000;
//analyse.main.penalty.pnew = 50;
//analyse.main.penalty.pglobal = 50;
//analyse.main.penalty.pzero = 100;
//analyse.main.penalty.pnbour = 50;
//analyse.main.penalty.prev = 0;
//analyse.refine[0] = {search:{distance:-6}};
//analyse.refine[1] = {search:{distance:-4}};
//analyse.refine[0].thsad = 200;
//analyse.refine[0].search.type = 4;
//analyse.refine[0].search.distance = 2;
//analyse.refine[0].search.satd = false;
//analyse.refine[0].penalty.lambda = 10.0;
//analyse.refine[0].penalty.lsad = 8000;
//analyse.refine[0].penalty.pnew = 50;
/***** SVSmoothFps options *****/
//smooth.rate.num = 2;
//smooth.rate.den = 1;
//smooth.algo = 13;
//smooth.block = false;
//smooth.cubic = 0;
//smooth.linear = true;
//smooth.mask.cover = 100;
//smooth.mask.area = 0;
//smooth.mask.area_sharp = 1.0;
//smooth.scene.mode = 3;
//smooth.scene.force13 = true;
//smooth.scene.luma = 1.5;
//smooth.scene.blend = false;
//smooth.scene.limits.m1 = 1600;
//smooth.scene.limits.m2 = 2800;
//smooth.scene.limits.scene = 4000;
//smooth.scene.limits.zero = 200;
//smooth.scene.limits.blocks = 20;
//smooth.light.aspect = 0.0;
//smooth.light.sar = 1.0;
//smooth.light.border = 12;
//smooth.light.lights = 16;
//smooth.light.length = 100;
//smooth.light.cell = 1.0;
//smooth.gpuid = 0
//super_params="{pel:1,scale:{up:0},gpu:1,full:true}"
//analyse_params="{block:{w:32,h:32},main:{search:{coarse:{distance:-12,bad:{sad:2000}},distance:-8},levels:3},refine:[{search:{distance:-6}},{search:{distance:-4}}]}"
//smoothfps_params="{rate:{num:5,den:2},algo:23,mask:{cover:80},scene:{mode:0}}"
}
I added in:
//super_params="{pel:1,scale:{up:0},gpu:1,full:true}"
//analyse_params="{block:{w:32,h:32},main:{search:{coarse:{distance:-12,bad:{sad:2000}},distance:-8},levels:3},refine:[{search:{distance:-6}},{search:{distance:-4}}]}"
//smoothfps_params="{rate:{num:5,den:2},algo:23,mask:{cover:80},scene:{mode:0}}"
analyse.refine[0] = {search:{distance:-6}};
analyse.refine[1] = {search:{distance:-4}};
and changed the values of these:
levels.full = true;
analyse.main.levels = 3;
analyse.main.search.distance = -8;
analyse.main.search.coarse.distance = -12;
I'm not sure what i'm doing at all and was wondering if someone could help me set up a profile for watching anime because i'm clueless.
Also I tried to set it up with VLC and i added the Pyth pathing file things etc but i couldn't figure out how to install Vapoursynth or get it to work so if possible i would love it if i could get help with that.
P.S. I tried to follow the tutorial for anime on the wiki but it didn't work either.
Sorry for the long post