From 7671dd7cd7d51bbd637cc46d8f104a141bc355ea Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 3 Nov 2013 19:21:00 +0100 Subject: avconv: add support for VDPAU decoding --- doc/avconv.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/avconv.texi') diff --git a/doc/avconv.texi b/doc/avconv.texi index 40c105cc15..972d13fed5 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -562,6 +562,9 @@ Do not use any hardware acceleration (the default). @item auto Automatically select the hardware acceleration method. + +@item vdpau +Use VDPAU (Video Decode and Presentation API for Unix) hardware acceleration. @end table This option has no effect if the selected hwaccel is not available or not @@ -579,6 +582,12 @@ Select a device to use for hardware acceleration. This option only makes sense when the @option{-hwaccel} option is also specified. Its exact meaning depends on the specific hardware acceleration method chosen. + +@table @option +@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 +@end table @end table @section Audio Options -- cgit v1.2.3