diff --git a/crates/store/re_types/src/archetypes/asset_video.rs b/crates/store/re_types/src/archetypes/asset_video.rs index 7d71eb12fd7e..ea790784319c 100644 --- a/crates/store/re_types/src/archetypes/asset_video.rs +++ b/crates/store/re_types/src/archetypes/asset_video.rs @@ -20,8 +20,8 @@ use ::re_types_core::{DeserializationError, DeserializationResult}; /// **Archetype**: A video binary. /// -/// Only MP4 containers with AV1 is generally supported, -/// though the web viewer sometimes supports some more video codex, depending on browser. +/// Only MP4 containers with AV1 are generally supported, +/// though the web viewer supports more video codecs, depending on browser. /// /// See for details of what is and isn't supported. /// diff --git a/docs/content/reference/types/archetypes/asset_video.md b/docs/content/reference/types/archetypes/asset_video.md index 3339abd89773..4e9f2c488d27 100644 --- a/docs/content/reference/types/archetypes/asset_video.md +++ b/docs/content/reference/types/archetypes/asset_video.md @@ -5,8 +5,8 @@ title: "AssetVideo" A video binary. -Only MP4 containers with AV1 is generally supported, -though the web viewer sometimes supports some more video codex, depending on browser. +Only MP4 containers with AV1 are generally supported, +though the web viewer supports more video codecs, depending on browser. See for details of what is and isn't supported. diff --git a/rerun_cpp/src/rerun/archetypes/asset_video.hpp b/rerun_cpp/src/rerun/archetypes/asset_video.hpp index c226e3eae34a..6748876bccbf 100644 --- a/rerun_cpp/src/rerun/archetypes/asset_video.hpp +++ b/rerun_cpp/src/rerun/archetypes/asset_video.hpp @@ -21,8 +21,8 @@ namespace rerun::archetypes { /// **Archetype**: A video binary. /// - /// Only MP4 containers with AV1 is generally supported, - /// though the web viewer sometimes supports some more video codex, depending on browser. + /// Only MP4 containers with AV1 are generally supported, + /// though the web viewer supports more video codecs, depending on browser. /// /// See for details of what is and isn't supported. /// diff --git a/rerun_py/rerun_sdk/rerun/archetypes/asset_video.py b/rerun_py/rerun_sdk/rerun/archetypes/asset_video.py index e65fc71facbe..65c41a918d95 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/asset_video.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/asset_video.py @@ -21,8 +21,8 @@ class AssetVideo(AssetVideoExt, Archetype): """ **Archetype**: A video binary. - Only MP4 containers with AV1 is generally supported, - though the web viewer sometimes supports some more video codex, depending on browser. + Only MP4 containers with AV1 are generally supported, + though the web viewer supports more video codecs, depending on browser. See for details of what is and isn't supported.