diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-08-25 16:43:53 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-08-26 18:46:20 -0700 |
commit | da0e76955a08249c593861a5088c20c50a48c6bb (patch) | |
tree | a92c515f743767bd17c080e7f6b2ffa913654cf3 /doc | |
parent | 33908f08377dd6abb219b4a080f65cb2eec938e6 (diff) | |
download | ffmpeg-da0e76955a08249c593861a5088c20c50a48c6bb.tar.gz |
ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 51a4ec537e..f4ffc6cab9 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -698,6 +698,10 @@ is not specified, the value of the @var{DISPLAY} environment variable is used 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 + +@item -hwaccels +List all hardware acceleration methods supported in this build of ffmpeg. + @end table @section Audio Options |