Git Product home page Git Product logo

mpv-lazy-en's Introduction

mpv-lazy-en

English translation for https://github.com/hooke007/MPV_lazy plus auto scaling for 4K videos

install

  1. Go to https://github.com/hooke007/MPV_lazy/releases/tag/20221112
  2. Install mpv-lazy-XXX.exe
  3. Override with mpv-lazy-XXX-rifeCuda.7z
  4. Override with https://github.com/vadash/mpv-lazy-en/archive/refs/heads/main.zip
  5. Open video and press shift + 3(#)

configure

Open portable_config\vs\rife_cuda.vpy and edit

maxIpps = 80000000    # Max interpolated pixels per second the GPU is capable of. 80kk is solid starting point for 3070ti providing 80% CUDA load

Get your value here https://browser.geekbench.com/cuda-benchmarks For example, 3050 value will be 72998/165866 * 80000000 = 35000000

Also by default it will use 2x multiplier for 2k+, 3x for 1080p and 6x for 720p so it nicely fits in 144 Hz display without jitter

If your 720/1080p content starts lagging reduce these multipliers (1.2 and 1.4) a bit

if interpMulti == 3: maxIpps = 1.2 * maxIpps # approximation fix
elif interpMulti == 6: maxIpps = 1.4 * maxIpps # approximation fix

mpv-lazy-en's People

Contributors

vadash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.