matanui159 / ReplaySorcery

An open-source, instant-replay solution for Linux
GNU General Public License v3.0
855 stars 27 forks source link

x265 support #105

Closed wantija closed 3 years ago

wantija commented 3 years ago

Unsure about potential licence or distribution of it, but would x265 support be something to added? It performs a lot better than AMD's x264 implementation.

matanui159 commented 3 years ago

Experimental HEVC (also know as H.265) support was added in the latest release and can be enabled with videoEncoder = hevc (just noticed that I forgot to document it).

Not sure about licensing but I think (IANAL) its fine being that it uses the distributions build of x265 (or the graphics card hardware implementation) rather than distributing the library itself.