From 9a5ef4bc07bb050b44127d630562e4dc619d9294 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sat, 7 Sep 2019 19:06:45 +0300 Subject: [PATCH] add benchmarks --- README.md | 4 ++++ win/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 9d4662a..78297d0 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ Essentially all you need to do during build is: `docker-entrypoint.sh` script does on-the-fly patching by means of manipulating dynamic linker to workaround read-only mount of Nvidia runtime. Finally it passes original docker command to shell, like if entrypoint was not restricted by `ENTRYPOINT` directive. So `docker run --runtime=nvidia -it mycontainer echo 123` will print `123`. Also it can be just invoked from your entrypoint script, if you have any. +## Benchmarks + +* [Plex Media Server: nVidia Hardware Transcoding Calculator for Plex Estimates](https://www.elpamsoft.com/?p=Plex-Hardware-Transcoding) - useful benchmark of achieved simultaneous transcodes with various stream quality and hardware with patched drivers. + ## See also * Plex Media Server: enable HW **decoding**: diff --git a/win/README.md b/win/README.md index 59da70c..a3453dc 100644 --- a/win/README.md +++ b/win/README.md @@ -119,6 +119,10 @@ E.g, for 64bit Windows 10 running driver version 417.35 use `win10_x64/417.35/nv | Quadro | 431.70 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/ws2016_x64/quadro_431.70/nvcuvid.1337) | [Direct link](https://international.download.nvidia.com/Windows/Quadro_Certified/431.70/431.70-quadro-winserv-2016-2019-64bit-international-whql.exe) | | Quadro | 431.86 | [Direct link](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/ws2016_x64/quadro_431.86/nvcuvid.1337) | [Direct link](https://international.download.nvidia.com/Windows/Quadro_Certified/431.86/431.86-quadro-winserv-2016-2019-64bit-international-whql.exe) | +## Benchmarks + +* [Plex Media Server: nVidia Hardware Transcoding Calculator for Plex Estimates](https://www.elpamsoft.com/?p=Plex-Hardware-Transcoding) - useful benchmark of achieved simultaneous transcodes with various stream quality and hardware with patched drivers. + ## See also