Skip to content

Codex: Adds an ffv1 encoder#1009

Merged
gbin merged 1 commit into
masterfrom
gbin/ffv1
Apr 6, 2026
Merged

Codex: Adds an ffv1 encoder#1009
gbin merged 1 commit into
masterfrom
gbin/ffv1

Conversation

@gbin

@gbin gbin commented Apr 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

This is pretty good in lossless compression:

Metric RAW PNG FFV1
Frames 180 180 180
Total logged payload bytes 41,472,000 9,004,740 3,352,095
Mean bytes/frame 230,400 50,026.3 18,622.8
p50 bytes/frame 230,400 50,143 18,608
p95 bytes/frame 230,400 50,581 18,976
p99 bytes/frame 230,400 50,609 19,101
Max bytes/frame 230,400 50,658 19,155

Related issues

  • Closes #

Changes

Testing

  • just fmt
  • just lint
  • just test
  • optional full just std-ci (if std/runtime paths are impacted)
  • optional full just nostd-ci (if embedded/no_std paths are impacted)
  • Other (please specify):

pro-tip: just with no parameters in the root defaults to just fmt, just lint, and just test.

Checklist

  • I have updated docs or examples where needed
  • I have added or updated tests where needed
  • I have considered platform impact (Linux/macOS/Windows/embedded)
  • I have considered config/logging changes (if applicable)
  • This change is not a breaking change (or I documented it below)

Breaking changes (if any)

Additional context

@gbin gbin added enhancement New feature or request include in changelog labels Apr 6, 2026
@gbin gbin merged commit 204a835 into master Apr 6, 2026
24 of 25 checks passed
@gbin gbin deleted the gbin/ffv1 branch April 6, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant