From 576dabf654702724a84e957e8ecf45678b5f83ed Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 8 Apr 2018 02:33:25 -0700 Subject: manpage: move cuda-decode-device with hwdec options --- DOCS/man/options.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 0680c2b6e5..ee2c6ee9a4 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -912,6 +912,16 @@ Video Deprecated. Use ``--hwdec-image-format`` if you really need this. If both are specified, ``--hwdec-image-format`` wins. +``--cuda-decode-device=`` + Choose the GPU device used for decoding when using the ``cuda`` hwdec. + + By default, the device that is being used to provide OpenGL output will + also be used for decoding (and in the vast majority of cases, only one + GPU will be present). + + Note that when using the ``cuda-copy`` hwdec, a different option must be + passed: ``--vd-lavc-o=gpu=<0..>``. + ``--panscan=<0.0-1.0>`` Enables pan-and-scan functionality (cropping the sides of e.g. a 16:9 video to make it fit a 4:3 display without black bands). The range @@ -5373,16 +5383,6 @@ The following video options are currently all specific to ``--vo=gpu`` and NOTE: This is not cleaned automatically, so old, unused cache files may stick around indefinitely. -``--cuda-decode-device=`` - Choose the GPU device used for decoding when using the ``cuda`` hwdec. - - By default, the device that is being used to provide OpenGL output will - also be used for decoding (and in the vast majority of cases, only one - GPU will be present). - - Note that when using the ``cuda-copy`` hwdec, a different option must be - passed: ``--vd-lavc-o=gpu=<0..>``. - Miscellaneous ------------- -- cgit v1.2.3