Commit 6727380d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'a9a2f361'

* commit 'a9a2f361':
  doc: add a section about building with libmfx

Conflicts:
	doc/general.texi
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents 98c7f974 a9a2f361
......@@ -192,6 +192,17 @@ end user having AviSynth or AvxSynth installed - they'll only need to be
installed to use AviSynth scripts (obviously).
@end float
@section Intel QuickSync Video
FFmpeg can use Intel QuickSync Video (QSV) for accelerated encoding and decoding
of multiple codecs. To use QSV, FFmpeg must be linked against the @code{libmfx}
dispatcher, which loads the actual decoding libraries.
The dispatcher is open source and can be downloaded from
@url{https://github.com/lu-zero/mfx_dispatch.git}. FFmpeg needs to be configured
with the @code{--enable-libmfx} option and @code{pkg-config} needs to be able to
locate the dispatcher's @code{.pc} files.
@chapter Supported File Formats, Codecs or Features
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment