GithubHelp home page GithubHelp logo

hydra3333 / mvtools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dtl2020/mvtools

0.0 0.0 0.0 7.65 MB

mvtools plugin for avisynth

C++ 70.24% C 6.13% Assembly 19.29% HTML 3.22% CMake 0.59% Batchfile 0.02% HLSL 0.51%

mvtools's Introduction

mvtools

Motion estimation and compensation plugin for Avisynth+ and Avisynth v2.6 family.
Supporting YUY2, 4:2:0, 4:2:2, 4:4:4 at native 8, 10, 12, 14 and 16 bit depths, 32bit float in selected filters.
Still supporting Windows XP. x86 and x64 versions From December 20, 2020: Linux port

File: mvtools2.dll

Credits:

  • Manao, Fizick, Tsp, TSchniede, SEt, Vit, Firesledge, cretindesalpes

Links

For more information see also documents folder.

External dependencies:

Others Modification base:

Source code:

Build Instructrions

Note:

Windows MSVC builds are using external assembler source - if there exists.

Other builds are using internal SIMD code, governed by defines in def.h

Windows MSVC

  • build from IDE

Windows GCC

(mingw installed by msys2) From the 'build' folder under project root:

del ..\CMakeCache.txt
cmake .. -G "MinGW Makefiles" -DENABLE_INTEL_SIMD:bool=on
@rem test: cmake .. -G "MinGW Makefiles" -DENABLE_INTEL_SIMD:bool=off
cmake --build . --config Release  

Linux build instructions

  • Clone repo

      git clone https://github.com/pinterf/mvtools
      cd mvtools
      cmake -B build -S .
      cmake --build build
    

    Useful hints:
    build after clean:

    cmake --build build --clean-first
    

    delete CMake cache

    rm build/CMakeCache.txt
    
  • Find binaries at

      build/mvtools/libmvtools2.so
      build/depan/libdepan.so
      build/depanestimate/libdepanestimate.so
    
  • Install binaries

      cd build
      sudo make install
    

mvtools's People

Contributors

dtl2020 avatar ifeelbloated avatar pinterf 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.