A wasm built for FFMpeg
First follow the instruction to setup emscripten environment.
Clone the repository and update the ffmpeg module
git clone <url>
git submodule update --init
Build the source
mkdir build && cd build
cmake ..
make -j$(nproc)
Put test.mp4
in build
folder.
Inside build folder, run
python ../run.py # You may need to install rangehttpserver