This filter decodes AV1 video stream using libaom.
CMake is used as a build system. To install it, follow Debian build instructions.
Emscripten SDK is required for building WebAssembly artifacts. To install it, follow the Download and Install guide:
cd $OPT
# Get the emsdk repo.
git clone https://github.com/emscripten-core/emsdk.git
# Enter that directory.
cd emsdk
# Download and install the latest SDK tools.
./emsdk install latest
# Make the "latest" SDK "active" for the current user. (writes ~/.emscripten file)
./emsdk activate latest# Setup EMSDK and other environment variables. In practice EMSDK is set to be
# $OPT/emsdk.
source $OPT/emsdk/emsdk_env.sh
# Assuming you are in the root level of the cloned repo :
emcmake cmake .
emmake makeOnce built, you can use and distribute vorbis_1.wasm with your universal tags.
For more details, please visit our documentation at https://bevara.com/documentation/develop/.