Compiling AOMedia's AV1 Video Codec on Ubuntu 20.04 LTS

  • sudo apt update && sudo apt install git cmake gcc nasm build-essential python3-pip -y
  • git clone https://aomedia.googlesource.com/aom
  • mkdir aom-build && cd aom-build
  • cmake ../aom -DENABLE_NASM=on
  • make -j16 && sudo make install
  • sudo pip3 install av1an
  • ./aomenc --help
  • ./aomdec --help
  • av1an --help