GithubHelp home page GithubHelp logo

vbuild's Introduction

vbuild v0.2.2

Vapoursynth build script for Ubuntu 18.04 and CentOS 7.6

You will receive Vapoursynth + filters + ffmpeg/ffplay/ffprobe when installation completed.

Next standalone applications will be available:

Required packages

Ubuntu

sudo apt-get update
sudo apt-get assume-yes install build-essential
sudo apt-get update && sudo apt-get --assume-yes install curl libssl-dev zlib1g-dev autoconf libtool autogen shtool pkg-config nasm yasm cmake libsdl2-2.0 libsdl2-dev libffi-dev

CentOS

yum groupinstall "Development Tools"
yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel libffi-devel nasm SDL2 SDL-dev libxext-dev

Installation

git clone https://github.com/andreiyv/vbuild.git
cd vbuild
./vbuild.sh

Set environment

. ./set-env.sh

Testing

cd tests
./vtest # basic test (just magenta rectangle)
./histogram # lightness and color distribution
./decompose # split image on to 3 layers (L + U + V)
./denoise # using of noise removal filter (FFTW3d) with extra settings (soft effect)
./60fps # convert from 25->50fps or 30->60fps using SVP Team libraries
# ./av1 # convert using av1 codec - currently disabled

vbuild's People

Stargazers

t3nzin avatar

Watchers

James Cloos 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.