Code Monkey home page Code Monkey logo

svp_for_mpv.net's Introduction

SVP_FOR_MPV.NET

Scripts for mpv (although support will be for mpv.net) that allow the use of SVP frame interpolation without having to use svp

  1. Install python and vapoursynth. Right now the 2 needed versions are Python 3.10.8 and VapourSynthR60.

INSTALL FOR ALL USERS

  1. Test vapoursynth in python
from vapoursynth import core

print(core.version())
  1. Move the dlls into %APPDATA%\VapourSynth\plugins64

  2. If all is well you can now setup input.conf and mpv.conf located in %AppData%\mpv.net

input.conf add

Only nessecary on old versions, new versions already have a profile swap menu

_ set profile YourProfileNameHere #menu: Profiles > profile YourProfileNameHere

mpv.conf add

[YourProfileNameHere]
vf=vapoursynth="PATH_TO_YOUR_SCRIPT"
profile-restore = copy
  1. inside of mpv you can now right click and use the profile menu to select the profile you created

For debugging you can enable an osd console by pressing tilde `

Extras!

You can fix audio desync (which might occur on lower end hardware) by including the segment below in your mpv.conf

hr-seek-framedrop=no

Some versions of the svpflow dlls require svp to be running in the background, if you get a red square install svp

You can adjust the output fps inside the script by changing

desired_fps = 60

To make the script use your displays fps use

desired_fps=display_fps

If you get artifacts change the area of the mask to 200

smoothfps_params = "{gpuid:11,gpu_qn:2,"+ratestring+",algo:2,mask:{area:200},scene:{}}"

svp_for_mpv.net's People

Contributors

jab-dev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.