0.12.6 • Published 4 months ago

@ffmpeg/core v0.12.6

Weekly downloads
3,935
License
MIT
Repository
github
Last release
4 months ago

FFmpeg.js Core

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

This repository is a fork of FFmpeg to build ffmpeg-core.js, you can find build scripts in build-with-docker.sh and build-js.sh

To build ffmpeg-core.js, install Docker and execute:

$ bash build-with-docker.sh

It outputs ffmpeg-core.js in dist/ directory.

More details about FFmpeg: https://github.com/FFmpeg/FFmpeg