docs: Update phrasing

This commit is contained in:
Marc Rousavy 2023-10-16 13:40:52 +02:00
parent 208d737e9d
commit 8884a1c3e4
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321

View File

@ -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. 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: If you can handle H.265 on your backend, configure the video recorder to encode in H.265:
```ts ```ts