Skip to content

Commit

Permalink
Merge pull request #874 from luxonis/videoEnc_fix_docs
Browse files Browse the repository at this point in the history
Updated videoEnc docs
  • Loading branch information
Erol444 authored Jul 31, 2023
2 parents 4099486 + 2b43e6f commit 24bdb8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/components/nodes/video_encoder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,11 @@ Limitations
###########

For **H.264 / H.265 encoding**, we have the following limits:
- **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.
- **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.
- Due to a HW constraint, video encoding can be done only on frames whose width values are multiples of 32.
- 4096 pixel max width for a frame.
- Maximum of 3 parallel encoding streams.

The **MJPEG encoder** is capable of 16384x8192 resolution at 500Mpixel/second. From our testing, we were able to encode
4K at 30FPS and 2x 800P at 55FPS.
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.

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

Expand Down

0 comments on commit 24bdb8a

Please sign in to comment.