diff options
author | Mark Thompson <sw@jkqxz.net> | 2018-01-16 23:25:27 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-01-16 23:25:27 +0000 |
commit | 3895fce26ec7f6d2b1642f96ecaddede6521228e (patch) | |
tree | 3987bb94bae98ce8b08d31237568d85d27f0993b /doc/general.texi | |
parent | 68de778ccc35bea885a989e47358089da006a8b6 (diff) | |
parent | 34c113335b53d83ed343de49741f0823aa1f8cc6 (diff) | |
download | ffmpeg-3895fce26ec7f6d2b1642f96ecaddede6521228e.tar.gz |
Merge commit '34c113335b53d83ed343de49741f0823aa1f8cc6'
* commit '34c113335b53d83ed343de49741f0823aa1f8cc6':
Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
Most of this was already present from 9ea6607d294526688ab1b1342cb36ee159683e88,
this just applies some minor fixups and adds the general documentation.
Merged-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 26919c9287..3b73e31310 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -225,6 +225,18 @@ The dispatcher is open source and can be downloaded from with the @code{--enable-libmfx} option and @code{pkg-config} needs to be able to locate the dispatcher's @code{.pc} files. +@section AMD VCE + +FFmpeg can use the AMD Advanced Media Framework library for accelerated H.264 +and HEVC encoding on VCE enabled hardware under Windows. + +To enable support you must obtain the AMF framework header files from +@url{https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git}. + +Create an @code{AMF/} directory in the system include path. +Copy the contents of @code{AMF/amf/public/include/} into that directory. +Then configure FFmpeg with @code{--enable-amf}. + @chapter Supported File Formats, Codecs or Features |