|
|
|
|
|
by sly010
1558 days ago
|
|
Actually the "raw" data coming from most cameras are often already compressed somehow, otherwise the camera would not be able to write it to storage (or send it over USB) fast enough. In fact since decoding also often happens in hardware, the raw size may never materialize anywhere in the pipeline, other than the framebuffer of the video card. Even HDMI has compression now [0] The author probably choose a screenshot as a benchmark, because otherwise it's hard to get your hands on anything compressible but not already compressed. |
|
Throw in YUV compression and you can shift 120hz 8k with relatively little problem.