From 52b52800ce083364a9c0baa1d6e0564eaae3b4d7 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Sun, 26 Oct 2014 10:43:15 +1100 Subject: dxva2: use optimized memcpy At least on my machine, reading back the frame with system memcpy is slower than just using software rendering. Use the optimized gpu_memcpy from LAV to speed things up. --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 0db418a25e..d25a6a2363 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -492,7 +492,7 @@ Video :vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux with Intel GPUs only) :vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only) :vda: requires ``--vo=opengl`` (OS X only) - :dxva2-copy: copies video back to system RAM (win32 only) (doesn't work) + :dxva2-copy: copies video back to system RAM (Windows only) (experimental) ``auto`` tries to automatically enable hardware decoding using the first available method. This still depends what VO you are using. For example, -- cgit v1.2.3