Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a9a2f361
Commit
a9a2f361
authored
Jul 10, 2015
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add a section about building with libmfx
parent
86eee85d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
general.texi
doc/general.texi
+11
-0
No files found.
doc/general.texi
View file @
a9a2f361
...
...
@@ -181,6 +181,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
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
You can use the @code
{
-formats
}
and @code
{
-codecs
}
options to have an exhaustive list.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment