diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2014-04-22 15:22:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-28 21:21:54 +0200 |
commit | 35177ba77ff60a8b8839783f57e44bcc4214507a (patch) | |
tree | f0fe9c9984933d60e8405c2a5f9f7de68cad13da /doc/avconv.texi | |
parent | b2b4afe8115fe3c8b005d663610e5af06f110165 (diff) | |
download | ffmpeg-35177ba77ff60a8b8839783f57e44bcc4214507a.tar.gz |
avconv: add support for DXVA2 decoding
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 399977dfa1..f3bb6050a8 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -582,6 +582,9 @@ Automatically select the hardware acceleration method. @item vdpau Use VDPAU (Video Decode and Presentation API for Unix) hardware acceleration. + +@item dxva2 +Use DXVA2 (DirectX Video Acceleration) hardware acceleration. @end table This option has no effect if the selected hwaccel is not available or not @@ -604,6 +607,10 @@ method chosen. @item vdpau For VDPAU, this option specifies the X11 display/screen to use. If this option is not specified, the value of the @var{DISPLAY} environment variable is used + +@item dxva2 +For DXVA2, this option should contain the number of the display adapter to use. +If this option is not specified, the default adapter is used. @end table @end table |