ffmpeg.wasm is a pure WebAssembly / JavaScript port of FFmpeg. It enables video & audio record, convert and stream right inside browsers.
26
公共仓库
18,472
总星标
305
关注者
ffmpeg.wasm 是一个纯 WebAssembly / JavaScript 端口,专注于音视频处理。该组织在 GitHub 上拥有多个公共代码库,涵盖了 C、JavaScript、TypeScript、CSS 和 Assembly 等编程语言。其中,ffmpeg.wasm 和 ffmpeg.wasm-core 是其最重要的项目,支持浏览器内的视频和音频录制、转换和流媒体功能。
FFmpeg for browser, powered by WebAssembly
Mirror of git://source.ffmpeg.org/ffmpeg.git
An example to use ffmpeg.wasm in react.js
📹 An example to use ffmpeg.wasm in Vue
An example to use ffmpeg.wasm in Chrome Extension
libav WebAssembly port
📹 An example to use ffmpeg.wasm in Nuxt 3
Homepage for ffmpeg.wasm
Test data for ffmpeg.wasm
Cloned from http://hg.videolan.org/x265
Mirror only. Please do not send pull requests.
Cloned from https://chromium.googlesource.com/webm/libvpx
Cloned from https://sourceforge.net/projects/lame/files/lame/3.100/lame-3.100.tar.gz/download
Clone from https://code.videolan.org/videolan/x264
Modern audio compression for the internet.
A standalone library of the Fraunhofer FDK AAC code from Android.
Cloned from https://gitlab.xiph.org/xiph/theora
Cloned from https://gitlab.xiph.org/xiph/ogg
The repository for high quality TypeScript type definitions.
ffmpegwasm official website hosted on GAE
Cloned from https://git.savannah.gnu.org/cgit/freetype/freetype2.git/
A massively spiffy yet delicately unobtrusive compression library.
Cloned from https://aomedia.googlesource.com/aom/
Cloned from https://gitlab.xiph.org/xiph/vorbis
WavPack encode/decode library, command-line programs, and several plugins
assets for ffmpeg.wasm
ffmpegwasm 在 GitHub 上构建了多个项目,主要集中在音视频处理领域。其核心项目 ffmpeg.wasm 使用户能够在浏览器中进行音视频录制和转换,此外还有多个示例应用程序展示如何在不同框架中使用该库。
ffmpegwasm 的公共代码库主要使用 C、JavaScript、TypeScript、CSS 和 Assembly 等编程语言。这些语言的组合使其能够在浏览器中高效地运行音视频处理功能。
是的,ffmpegwasm 的代码库在 GitHub 上是公开的。用户可以自由访问和使用这些代码,了解其实现和功能,包括多个示例项目和核心库的源代码。