diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-08-25 16:45:21 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-08-26 05:18:43 +0200 |
commit | c23999be134bde0a0554261a9043be7dbc01de0c (patch) | |
tree | 7ac718ca6ae62d2f594592b7707188eb4571482c /doc | |
parent | 629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3 (diff) | |
download | ffmpeg-c23999be134bde0a0554261a9043be7dbc01de0c.tar.gz |
avconv_opt: Add an option that lists all supported hwaccels
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 504b8ede4a..2433ede9d8 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -626,6 +626,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 avconv. + @end table @section Audio Options |