1 रिपॉजिटरी
Resizes, rotates, or crops individual video frames without copying data between memory spaces.
Distinct from Video Frame Processing: Distinct from Video Frame Processing: specifically applies geometric transformations using zero-copy operations.
Explore 1 awesome GitHub repository matching graphics & multimedia · Zero-Copy Transformations. Refine with filters or upvote what's useful.
This is a cross-platform media processing library that reads, writes, encodes, and decodes media in both browser and server environments. It supports common container formats including ISOBMFF, Matroska, Ogg, MPEG-TS, and HLS, and handles codec operations through a combination of WebCodecs API and WebAssembly-based encoders. Media is processed in streaming pipelines that maintain constant memory usage and automatically apply backpressure from output speed to all upstream components. The library distinguishes itself through a plugin-based codec registration system that allows extending support
FFmpeg.wasm resizes, rotates, or crops individual video frames using zero-copy operations.