-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve video doc page #8007
base: main
Are you sure you want to change the base?
Improve video doc page #8007
Conversation
Deployed docs
|
| ---------- | ------- | ------ | | ||
| AV1 | ✅ | ✅ | | ||
| H.264/avc | ✅ | ✅ | | ||
| H.265/hevc | 🚧 | ❌ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe 🚧 doesn't quite cut it. It's not like we're working on it actively (we can't - hevc support is a legal issue for mozilla). But 🟧 is worse
When choosing a codec, we recommend [AV1](https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs#av1), | ||
as it seems to have the best overall playback support while also having very high compression quality. | ||
AV1 is also patent-free, and is the only codec we currently support in the native viewer (see [#7298](https://github.com/rerun-io/rerun/issues/7298)). H.264/avc is another popular choice, and native support for that is coming soon. | ||
|
||
Since AV1 can have very long encoding times, it is often not yet suitable for streaming. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super ultra nit: often not yet -> often not
What
Mostly for updating it about the fact that we have ffmpeg now in the native viewer, but some more general polish and revamp.
This is the last ship-blocker for ffmpeg based h264 decoding, so this
ffmpeg
CLI #7607Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerCHANGELOG.md
and the migration guideTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.