Xpra: Ticket #2786: nvidia video codec sdk 10.0

GTC 2020 presentation : NVIDIA VIDEO TECHNOLOGIES

Binary compatible, but not source compatible... Old presets will be removed from API in future SDK, SDK release – June 2020.



Wed, 10 Jun 2020 15:17:00 GMT - Antoine Martin: status changed

See also #2387.


Thu, 08 Oct 2020 10:02:31 GMT - Antoine Martin: status changed; resolution set

Updated nvenc.pc (they keep changing the layout with almost every release - looks amateurish):

prefix=/opt/nvenc10
exec_prefix=${prefix}
includedir=${prefix}/Interface
libdir=/usr/lib64/nvidia
Name: nvenc
Description: NVENC
Version: 10
Requires:
Conflicts:
Libs: -L${libdir} -lnvidia-encode
Cflags: -I${includedir}

Presets added in r27634. (gets rid of the warnings with the new drivers)

As for their new preset API. Meh. It is meant to simplify things but we've already done the hard work of customizing all the settings so this doesn't really improve anything for us. (and the only presets we would be interested in are P1-P2, so the tuning is probably still needed?)

Let's worry about moving over when they drop the old presets.


Sat, 23 Jan 2021 06:00:48 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2786