Skip to content

Commit

Permalink
don't confuse users with mentions of AV1 too early
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Reich <[email protected]>
  • Loading branch information
emilk and Wumpf authored Oct 11, 2024
1 parent 9937d48 commit 05895aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A stream of images (like those produced by a camera) can be logged to Rerun in s

* Uncompressed, as many [`Image`](../reference/types/archetypes/image.md)s
* Compressed as many [`EncodedImage`](../reference/types/archetypes/encoded_image.md)s, using e.g. JPEG.
* Compressed as a single [`AssetVideo`](../reference/types/archetypes/asset_video.md), using e.g. MP4 and AV1.
* Compressed as a single [`AssetVideo`](../reference/types/archetypes/asset_video.md), using e.g. MP4.

These alternatives range on a scale of "simple, lossless, and big" to "complex, lossy, and small".

Expand Down

0 comments on commit 05895aa

Please sign in to comment.