dimensionalOS / dimensionalOS/dimos

H264 encoder support for recording

Open
#3,504 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

core
Dominant language
Python
Stars
4.5k
Forks
808
Avg merge
3d 5h
Merged PRs (30d)
233

Description

Recording 5 high-throughput RGB streams at once doesn't work today: raw or lossless (LZ-style) frames are far too much for the write path, and the per-frame JPEG we fall back to (memory2/codecs/base.py, quality 50) is lossy and still has no inter-frame compression. H264 should fix it (roughly an order of magnitude smaller, hardware-accelerated via NVENC/VideoToolbox), but DIM-1455 has to land first since our recorder formats are stateless and a stateful codec breaks that.


Synced from DIM-1454 by jeff

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading memory2/codecs/base.py, especially the current per-frame JPEG path and its quality-50 setting. Check the recorder format changes required by DIM-1455 before investigating H264 support. Done means recording five high-throughput RGB streams with an H264 path that supports inter-frame compression without breaking the recorder's state model.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
audio-video-rtc
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.