# bvibber/ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten

Repository: https://github.com/bvibber/ogv.js
Canonical: https://ross.abutalabs.com/products/ogvjs
Homepage: https://brooke.vibber.net/misc/ogv.js/demo/
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2026-06-23T02:22:49+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 88, release rhythm 8, longevity 100
- inputs: {"age_days": 4715, "days_push": 72, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1239, forks 105 (observed 2026-08-28T04:04:05.973756+00:00)

## What it is
A JavaScript/WebAssembly media decoder and player for Ogg Vorbis, Opus, Theora, and WebM VP8/VP9/AV1 video, built by compiling native codec libraries with Emscripten. It enables playback of these formats in browsers that lack native support.

## Use cases
- play Ogg Theora video in a browser without native support
- decode Vorbis and Opus audio in JavaScript
- play WebM VP8/VP9/AV1 video via WebAssembly
- add fallback media playback for legacy codecs on the web
- stream and decode video files client-side in the browser

## When to choose
- you need to play Ogg/Theora or other codecs the browser doesn't support natively
- you want a pure client-side decoder with no server transcoding
- you need WebAssembly-based media decoding with streaming support

## When to avoid
- the browser natively supports your media formats
- you need low-power or low-latency playback where native decoding is far faster
- you need IE or legacy browser support

## Facets
- artifact type: library
- maturity: active
- function: video-processing, audio-processing, graphics
- domain: media, web-development, frontend
- platform: browser, wasm
- tags: emscripten, ogg, vorbis, theora, opus, webm, av1, media-player, webassembly, codec, javascript

## Member repositories
- bvibber/ogv.js (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:05.973756+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:09:56.617419+00:00, confidence not recorded.
  - readme: https://github.com/bvibber/ogv.js (fetched 2026-08-28T04:04:05.973756+00:00, sha 35fe25bf8563)
- Data as of 2026-08-30T08:39:29.467469+00:00.
