Files
Apollo/sunshine
Cameron Gutman a7171d77db Reduce CPU usage with Linux NVENC
The internal assembly routines inside libswscale perform the
RGB->YUV conversion using a fully planar output format, then
have to perform an additional YUV420->NV12 conversion step.

NVENC can directly consume YUV420 input frames, so we can
completely avoid this NV12 conversion and save quite a bit of
CPU time in the process.
2021-07-10 11:24:13 -05:00
..
2021-07-09 08:13:05 -05:00
2021-06-20 15:29:51 +02:00
2021-06-20 15:29:51 +02:00
2021-07-09 12:27:38 +02:00
2021-05-17 21:21:57 +02:00
2021-05-17 21:21:57 +02:00
2021-05-17 21:21:57 +02:00
2021-05-17 21:21:57 +02:00
2021-07-03 23:38:45 -05:00
2021-05-17 21:21:57 +02:00
2021-05-17 21:21:57 +02:00
2021-05-17 21:21:57 +02:00
2021-06-29 22:42:06 +02:00
2021-07-05 20:58:53 +02:00
2021-05-17 21:21:57 +02:00
2021-07-10 11:24:13 -05:00
2021-07-06 20:54:29 +02:00