


Requires ffmpeg to be configured with -enable-libvmaf. Library for calculating the VMAF video quality metric. prefix " $HOME /ffmpeg_build" -libdir = " $HOME /ffmpeg_build/lib" & \ Meson setup -Denable_tools = false -Denable_tests = false -default-library =static. Mkdir -p dav1d/build & \ cd dav1d/build & \ Git -C dav1d pull 2> /dev/null || git clone -depth 1 & \ If your repository provides libdav1d-dev, you can install that instead of compiling: Requires ffmpeg to be configured with -enable-libdav1d.

& \ĪV1 decoder, much faster than the one provided by libaom. PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DCMAKE_BUILD_TYPE=Release -DBUILD_DEC=OFF -DBUILD_SHARED_LIBS=OFF. Git -C SVT-AV1 pull 2> /dev/null || git clone & \ Requires ffmpeg to be configured with -enable-libsvtav1. Only the encoder is supported by FFmpeg, so building of the decoder is disabled. aom & \ PATH = " $HOME /bin: $PATH " make & \ĪV1 video encoder/decoder. Mkdir -p aom_build & \ cd aom_build & \ PATH = " $HOME /bin: $PATH " cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX = " $HOME /ffmpeg_build" -DENABLE_TESTS =OFF -DENABLE_NASM =on. You can optionally include this package as a dependency in your Homebridge camera plugins, by doing this the correct ffmpeg binary will automatically be downloaded to your user's server when they install your plugin.Git -C aom pull 2> /dev/null || git clone -depth 1 & \ This section is for Homebridge Plugin developers only, if you need to install ffmpeg see the instructions above. Issues strictly related to the compatibility or installation of the resulting binary may be raised here. Issues related to Homebridge, any camera plugins, or your config.json, should be raised on the corresponding project page or community support forums. enable-mmal # Raspbian Linux builds only Issues enable-omx-rpi # Raspbian Linux builds only
