From 8884a1c3e4d725fdbf1aa0c9730dc974c56048f0 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 16 Oct 2023 13:40:52 +0200 Subject: [PATCH] docs: Update phrasing --- docs/docs/guides/RECORDING_VIDEOS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/RECORDING_VIDEOS.mdx b/docs/docs/guides/RECORDING_VIDEOS.mdx index b97a6ec..b5c0b3d 100644 --- a/docs/docs/guides/RECORDING_VIDEOS.mdx +++ b/docs/docs/guides/RECORDING_VIDEOS.mdx @@ -93,7 +93,7 @@ Note that flash is only available on camera devices where [`hasTorch`](/docs/api By default, videos are recorded in the H.264 video codec which is a widely adopted video codec. -VisionCamera also supports H.265 ([HEVC](https://en.wikipedia.org/wiki/High_Efficiency_Video_Coding)), which is much more efficient in encoding performance as well as an up to 50% smaller file size. +VisionCamera also supports H.265 ([HEVC](https://en.wikipedia.org/wiki/High_Efficiency_Video_Coding)), which is much more efficient in encoding performance and can be up to 50% smaller in file size. If you can handle H.265 on your backend, configure the video recorder to encode in H.265: ```ts