/ffmpeg-wasm

A wasm built for FFmpeg

Primary LanguageCMIT LicenseMIT

ffmpeg-wasm

A wasm built for FFMpeg

How to build

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)

How to test

Put test.mp4 in build folder.

Inside build folder, run

python ../run.py  # You may need to install rangehttpserver