1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 00:07:33 +00:00

manpage: move cuda-decode-device with hwdec options

This commit is contained in:
Kevin Mitchell 2018-04-08 02:33:25 -07:00 committed by Jan Ekström
parent ec625266c8
commit 576dabf654

View File

@ -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=<auto|0..>``
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=<auto|0..>``
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
-------------