summaryrefslogtreecommitdiffstats
path: root/libraries/nv-codec-headers/README
diff options
context:
space:
mode:
author Andrew Strong2018-06-09 01:10:15 +0200
committer David Spencer2018-06-09 01:18:23 +0200
commitb6440165412ed289fb71d8735785ad7f7d94518f (patch)
tree6036f33f1ecc8d21047a38e4c0651d19805a73d9 /libraries/nv-codec-headers/README
parent2888ada8b2c56cb3b7b2e54f06e497efd1fe39d7 (diff)
downloadold.slackbuilds-b6440165412ed289fb71d8735785ad7f7d94518f.tar.gz
libraries/nv-codec-headers: Added (Nvidia codec headers for ffmpeg).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/nv-codec-headers/README')
-rw-r--r--libraries/nv-codec-headers/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/nv-codec-headers/README b/libraries/nv-codec-headers/README
new file mode 100644
index 0000000000..b6bdbaee5a
--- /dev/null
+++ b/libraries/nv-codec-headers/README
@@ -0,0 +1,17 @@
+The FFmpeg version of Nvidia Codec SDK headers which are required
+to interface with Nvidia's codec APIs. The purpose of these
+headers is to allow hardware (GPU) encoding with suitable NVidia
+cards. This version corresponds to Video Codec SDK version 8.1.24.
+
+There are 3 stages of the history of NVidia GPU encoding with FFmpeg:
+
+ 1. Pre August 27th 2016 it was necessary to track down your own
+ headers to build nvenc.
+ 2. Post August 27th 2016 the required headers were incorporated
+ as part of the FFmpeg source.
+ 3. Post February 26th 2018 the NVidia headers were removed from
+ the FFmpeg source. A separate git repository was created to hold
+ continuing work with these headers.
+
+This nv-codec-headers script is for point 3 where the headers will
+need to be installed before compiling FFmpeg.