Skip to content

Commit 24bdb8a

Browse files
authored
Merge pull request #874 from luxonis/videoEnc_fix_docs
Updated videoEnc docs
2 parents 4099486 + 2b43e6f commit 24bdb8a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/components/nodes/video_encoder.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,11 @@ Limitations
8181
###########
8282

8383
For **H.264 / H.265 encoding**, we have the following limits:
84-
- **248 million pixels/second** limit for the encoder or 3840x2160 pixels at 30FPS. The resolution and frame rate can be divided into multiple streams - but the sum of all the pixels/second needs to be below 248 million.
84+
- **248 million pixels/second** (4K@30) limit for the encoder. The resolution and frame rate can be divided into multiple streams - but the sum of all the pixels/second needs to be below 248 million.
8585
- Due to a HW constraint, video encoding can be done only on frames whose width values are multiples of 32.
8686
- 4096 pixel max width for a frame.
87-
- Maximum of 3 parallel encoding streams.
8887

89-
The **MJPEG encoder** is capable of 16384x8192 resolution at 500Mpixel/second. From our testing, we were able to encode
90-
4K at 30FPS and 2x 800P at 55FPS.
88+
The **MJPEG encoder** is capable of 16384x8192 resolution at 450 MPix/sec. From our testing, we were able to encode 4K at 30FPS and 2x 800P at 55FPS.
9189

9290
Note the processing resources of the encoder **are shared** between H.26x and JPEG.
9391

0 commit comments

Comments
 (0)