Giter Club home page Giter Club logo
AviSynth photo

avisynth Goto Github PK

repos: 3.0 gists: 0.0

Name: AviSynth

Type: Organization

Bio: AviSynth+ is a fork of the well-known frameserver, adding many new features like multithreading, high bit depth, and support for more OSes & CPU architectures.

Blog: https://avs-plus.net

AviSynth+

AviSynth+ is an improved version of the AviSynth frameserver, with improved features and developer friendliness.

Visit our forum thread for compilation instructions and support.

Building the documentation:

(Note: the bundled documentation lags behind the descriptions found in the wiki. You can always check the online documentation at http://avisynth.nl/index.php/Main_Page)

AviSynth+'s documentation can be generated into HTML by using Sphinx.

Set-up:

Make sure that Sphinx is installed. This requires that Python is already installed and the pip tool is available. Sphinx 1.3 is the recommended version.

pip install sphinx

For various Linux distributions, a Sphinx package should be available in the distro's repositories. Often under the name 'python-sphinx' (as it is in Ubuntu's repositories).

There is currently a fallback so that distros that only provide Sphinx 1.2 can still build the documentation. It will look different than when built with Sphinx 1.3, because the theme used with Sphinx 1.3 (bizstyle) had not yet been added to the main Sphinx package.

Building the documentation

Once Sphinx is installed, we can build the documentation.

cd distrib/docs/english
make html

Headers for applications which dynamically load AviSynth+:

The expected use-case of AviSynth+ is as a dynamically loaded library (using LoadLibrary on Windows or dlopen everywhere else).

Due to this, it's not actually necessary to build the AviSynth+ library itself in order for applications using it this way to find it.

To facilitate this, we support using CMake to do a limited, headers-only install. The GNUmakefile is deprecated and will eventually be removed.

Using CMake:

To install:

mkdir avisynth-build && cd avisynth-build
cmake ../ -DHEADERS_ONLY:bool=on
make VersionGen install

-DCMAKE_INSTALL_PREFIX can be used to override the install location if need be.

To uninstall:

make uninstall

Using GNUmakefile (legacy):

To install:

make install

To install to a non-standard location:

make install PREFIX=/path/to/location

To uninstall:

make uninstall PREFIX=/path/to/location

AviSynth's Projects

jinc-resize icon jinc-resize

Jinc (EWA Lanczos) Resampler Plugin for Avisynth/Avisynth+

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.