Andrey Markin
  • home
  • blog
  • projects
  • services
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Mediabunny
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. Mediabunny
LibraryFrontendDev ToolsOpen Sourcetypescriptperformancecross-platform

Mediabunny

TypeScript library for reading, writing, and converting media files directly in the browser — like FFmpeg, but for the web. Zero dependencies, tree-shakable, and hardware-accelerated via the WebCodecs API.

Added May 25, 2026Vanilagy
Visit library

Handles MP4, WebM, Matroska, MP3, WAV, and HLS containers across 25 codecs, with support for multiple video, audio, and subtitle tracks. Streams files of arbitrary size with microsecond-accurate precision, and uses a pipelined design for efficient hardware usage with automatic backpressure.

A modern alternative to server-side media pipelines — extract metadata, transcode, and mux/demux entirely client-side. Evolved from the author's earlier mp4-muxer and webm-muxer projects, with optional server-side processing through the @mediabunny/server extension.

Related

  • deepsecAI-powered vulnerability scanner that uses coding agents to perform deep security analysis of codebases — regex-based candidate matching followed by LLM-driven investigation, with support for distributed execution and PR diff review.
  • npm-deps-cleanupAI agent skill that audits and reduces JavaScript package dependency footprint — removes unused deps, deduplicates workspace versions, analyzes transitive closures, and applies e18e replacement recommendations. Works with npm, pnpm, Yarn, and Bun.
  • How We Test TanStack AI Across 7 ProvidersHow TanStack AI runs 137 deterministic tests across 7 LLM providers in ~2 minutes on every PR using a mock server instead of real API calls.
  • Accept MarkdownProtocol and implementation guide for serving Markdown to AI agents via HTTP content negotiation — same URL delivers HTML to browsers, Markdown to AI.