ffmpeg-h264-wasm icon indicating copy to clipboard operation
ffmpeg-h264-wasm copied to clipboard

WebAssembly build of the ffmpeg h264 decoder.

Moved to https://github.com/udevbe/greenfield monorepo

Port of ffmpeg's h264 decoder, all other functionality is removed. After decoding you get I420 planes back, see demo for a full working example.

  • yarn install
  • yarn build-wasm
  • yarn build