You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/components/nodes/video_encoder.rst
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -81,13 +81,11 @@ Limitations
81
81
###########
82
82
83
83
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.
85
85
- Due to a HW constraint, video encoding can be done only on frames whose width values are multiples of 32.
86
86
- 4096 pixel max width for a frame.
87
-
- Maximum of 3 parallel encoding streams.
88
87
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.
91
89
92
90
Note the processing resources of the encoder **are shared** between H.26x and JPEG.
0 commit comments