doc: add a section about building with libmfx
This commit is contained in:
parent
86eee85dad
commit
a9a2f36130
@ -181,6 +181,17 @@ end user having AviSynth or AvxSynth installed - they'll only need to be
|
|||||||
installed to use AviSynth scripts (obviously).
|
installed to use AviSynth scripts (obviously).
|
||||||
@end float
|
@end float
|
||||||
|
|
||||||
|
@section Intel QuickSync Video
|
||||||
|
|
||||||
|
Libav can use Intel QuickSync Video (QSV) for accelerated encoding and decoding
|
||||||
|
of multiple codecs. To use QSV, Libav 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}. Libav 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 and Codecs
|
@chapter Supported File Formats and Codecs
|
||||||
|
|
||||||
You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list.
|
You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user