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

Post's attachments

profile.png, 36.45 kb, 590 x 643
profile.png 36.45 kb, 451 downloads since 2016-10-18 

2 (edited by dlr5668 18-10-2016 12:10:42)

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

CPU only is very bad setting perfomance wise unless u have this baby
https://lh3.googleusercontent.com/-wXN8eXF026w/WAYQi_ZtRoI/AAAAAAAALkg/9UasKeD_sO0/s0/chrome_2016-10-18_15-07-36.png

I watched few anime shows on this settings:
https://lh3.googleusercontent.com/-QNpQ0dSSQJo/WAYRHvEkixI/AAAAAAAALkk/3rHeqRlEZ_s/s0/SVPManager_2016-10-18_15-10-04.png

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

Wow awesome, thanks it worked like a charm now for some reason, maybe it was just the Rendering Device, is there any way i can set it up so this will play on VLC instead of the default player it comes with?

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

Also how can i convert videos to 60fps if they're online, e.g. i want to watch an anime on KissAnime.com at 60 fps

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

FoxFanta wrote:

Also how can i convert videos to 60fps if they're online, e.g. i want to watch an anime on KissAnime.com at 60 fps

https://www.svp-team.com/wiki/SVPtube_2

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

Sweet thanks a lot smile What about the VLC? How do install the plug in properly?

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

VLC setup instruction from wiki

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

I tried that but i don't know how to install Vapoursynth, i made the environment variables but can't figure out the rest

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

Try user's guide: VLC (beta) | Howto: Enable | followed wiki, then get "engine error"

---
Install Vapoursynth via SVP maintenance tool
SVP tray menu - Utilities - Additional programs and features - Add or remove components - select components with [VPS_64] Core and [VPS_64] VLC

10 (edited by Nintendo Maniac 64 19-10-2016 06:14:47)

Re: No idea how to use program, how do i make an anime profile?(SVP 4 Pro)

Would it be rude of me to ask what the reason is for your desire to use VLC rather than the bundled MPC-HC?