mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Intel QuickSync support for Windows (#758)
This commit is contained in:
@@ -739,13 +739,14 @@ encoder
|
||||
.. table::
|
||||
:widths: auto
|
||||
|
||||
======== ===========
|
||||
Value Description
|
||||
======== ===========
|
||||
nvenc For Nvidia graphics cards
|
||||
amdvce For AMD graphics cards
|
||||
software Encoding occurs on the CPU
|
||||
======== ===========
|
||||
========= ===========
|
||||
Value Description
|
||||
========= ===========
|
||||
nvenc For NVIDIA graphics cards
|
||||
quicksync For Intel graphics cards
|
||||
amdvce For AMD graphics cards
|
||||
software Encoding occurs on the CPU
|
||||
========= ===========
|
||||
|
||||
**Default**
|
||||
Sunshine will use the first encoder that is available.
|
||||
@@ -958,6 +959,68 @@ nv_coder
|
||||
|
||||
nv_coder = auto
|
||||
|
||||
qsv_preset
|
||||
^^^^^^^^^^
|
||||
|
||||
**Description**
|
||||
The encoder preset to use.
|
||||
|
||||
.. Note:: This option only applies when using quicksync `encoder`_.
|
||||
|
||||
**Choices**
|
||||
|
||||
.. table::
|
||||
:widths: auto
|
||||
|
||||
========== ===========
|
||||
Value Description
|
||||
========== ===========
|
||||
veryfast fastest (lowest quality)
|
||||
faster faster (lower quality)
|
||||
fast fast (low quality)
|
||||
medium medium (default)
|
||||
slow slow (good quality)
|
||||
slower slower (better quality)
|
||||
veryslow slowest (best quality)
|
||||
========== ===========
|
||||
|
||||
**Default**
|
||||
``medium``
|
||||
|
||||
**Example**
|
||||
.. code-block:: text
|
||||
|
||||
qsv_preset = medium
|
||||
|
||||
qsv_coder
|
||||
^^^^^^^^^
|
||||
|
||||
**Description**
|
||||
The entropy encoding to use.
|
||||
|
||||
.. Note:: This option only applies when using H264 with quicksync `encoder`_.
|
||||
|
||||
**Choices**
|
||||
|
||||
.. table::
|
||||
:widths: auto
|
||||
|
||||
========== ===========
|
||||
Value Description
|
||||
========== ===========
|
||||
auto let ffmpeg decide
|
||||
cabac context adaptive binary arithmetic coding - higher quality
|
||||
cavlc context adaptive variable-length coding - faster decode
|
||||
========== ===========
|
||||
|
||||
**Default**
|
||||
``auto``
|
||||
|
||||
**Example**
|
||||
.. code-block:: text
|
||||
|
||||
qsv_coder = auto
|
||||
|
||||
amd_quality
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user