[Guild] How to compile Av1an on Ubuntu 21.04

This page summarizes the projects mentioned and recommended in the original post on /r/AV1

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • zimg

    Scaling, colorspace conversion, and dithering library

  • Download and compile zimg 1) Go to Zimg’s gihub (https://github.com/sekrit-twc/zimg/releases) download/wget the tar.gz 2) extract it with tar -xf 3) cd into the folder 4) sudo ./autogen.sh 5) sudo ./configure 6) sudo make install

  • vapoursynth

    A video processing framework with simplicity in mind

  • Download and compile vapoursynth 1) Go to vapoursynth’s gihub (https://github.com/vapoursynth/vapoursynth/releases) download/wget the tar.gz 2) extract it with tar -xf 3) cd into the folder 4) sudo ./autogen.sh 5) sudo ./configure 6) sudo make install

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Av1an

    Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding

  • Download and compile av1an 1) Go to av1an’s gihub (https://github.com/master-of-zen/Av1an/releases) download/wget the tar.gz 2) extract it with tar -xf 3) cd into the folder 4) cargo build 5) pray 6) sudo ldconfig (This little beauty unfucks shared library’s) 7) cd in to target/debug 8) run with ./av1an

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts