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
37c57df1
Commit
37c57df1
authored
Nov 26, 2017
by
Mark Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffmpeg: Document opencl for -init_hw_device
parent
022ddff0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
ffmpeg.texi
doc/ffmpeg.texi
+37
-0
No files found.
doc/ffmpeg.texi
View file @
37c57df1
...
...
@@ -757,6 +757,43 @@ If not specified, @samp{auto_any} is used.
platform-appropriate subdevice (@samp
{
dxva2
}
or @samp
{
vaapi
}
) and then deriving a
QSV device from that.)
@item opencl
@var
{
device
}
selects the platform and device as @emph
{
platform
_
index.device
_
index
}
.
The set of devices can also be filtered using the key-value pairs to find only
devices matching particular platform or device strings.
The strings usable as filters are:
@table @option
@item platform
_
profile
@item platform
_
version
@item platform
_
name
@item platform
_
vendor
@item platform
_
extensions
@item device
_
name
@item device
_
vendor
@item driver
_
version
@item device
_
version
@item device
_
profile
@item device
_
extensions
@item device
_
type
@end table
The indices and filters must together uniquely select a device.
Examples:
@table @emph
@item -init
_
hw
_
device opencl:0.1
Choose the second device on the first platform.
@item -init
_
hw
_
device opencl:,device
_
name=Foo9000
Choose the device with a name containing the string @emph
{
Foo9000
}
.
@item -init
_
hw
_
device opencl:1,device
_
type=gpu,device
_
extensions=cl
_
khr
_
fp16
Choose the GPU device on the second platform supporting the @emph
{
cl
_
khr
_
fp16
}
extension.
@end table
@end table
@item -init
_
hw
_
device @var
{
type
}
[=@var
{
name
}
]@@@var
{
source
}
...
...
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