Update RECORDING_VIDEOS.mdx

This commit is contained in:
Marc Rousavy 2023-09-29 16:53:24 +02:00 committed by GitHub
parent 046bf2d18e
commit 9bad0bb99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,8 @@ await camera.current.resumeRecording()
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 20% 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 as well as an up to 50% smaller file size.
If you can handle H.265 on your backend, configure the video recorder to encode in H.265:
```ts ```ts
camera.current.startRecording({ camera.current.startRecording({