jcodec/jcodec
JCodec main repo observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 21
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5085
- days_rel: n/a
- days_push: 476
- n_releases_24m: 0
Adoption not part of the score
1302 stars · 318 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
JCodec is a pure Java implementation of popular video and audio codecs, including H.264, VP8, MPEG, ProRes, and AAC, along with container demuxers/muxers like MP4, MKV, and MPEG TS. It runs on standard Java and Android with no native dependencies.
Use cases
- decode h264 video in pure java without native libraries
- encode or decode mp4 files from java
- extract frames from video in an android app
- demux or mux matroska mkv files in java
- convert video frames to bufferedimage in java
- read prores video files in jvm applications
- process mpeg ts streams in java
When to choose
- you need video/audio codec functionality in pure Java or on Android without native dependencies
- you want a BSD-licensed library for MP4/MKV demuxing and muxing on the JVM
- you need basic H.264 decoding or ProRes encode/decode in a Java application
When to avoid
- you need high performance or full-featured encoding/decoding - native libraries like FFmpeg are far faster and more complete
- you need advanced H.264 encoding features like CABAC or rate control, which are not yet implemented
- you need MP3 decoding or AAC encoding, which are still on the roadmap
Facets
library · maturity maintenance
video-processing audio-processing image-processing parser serialization media image-processing developer-tools jvm cross-platform video-codec audio-codec h264 mp4 matroska pure-java prores demuxer muxer video audio android
1 source
- readme: https://github.com/jcodec/jcodec · fetched 2026-08-28 · 21adf67e8923
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jcodec/jcodec | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem