docs: Add gpu parameter to Nvidia Nvenc options table.

Closes #103.
This commit is contained in:
Bradley Sepos
2020-04-21 11:55:59 -04:00
parent 43d26b7c9d
commit 1d3d443411
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ The following value types are supported (each option only accepts one value type
### Options list
| Option | Type | H.264 | H.265 | Comment |
|------------------|-------------|------------------------------------------------------------------------------------------------|
|------------------|-------------|-------|-------|--------------------------------------------------------------------------------|
| gpu | string | X | X | GPU selection. Options: any (default), 0 (first GPU), 1 (second GPU), etc. |
| coder | string | X | | Options: auto, cabac, cavlc |
| temporal-aq | boolean | X | X | |
| spatial-aq | boolean | X | X | For H.265, use "spatial_aq" for H.265 encodes. Note the underscore |

View File

@@ -64,7 +64,8 @@ The following value types are supported (each option only accepts one value type
### Options list
| Option | Type | H.264 | H.265 | Comment |
|------------------|-------------|------------------------------------------------------------------------------------------------|
|------------------|-------------|-------|-------|--------------------------------------------------------------------------------|
| gpu | string | X | X | GPU selection. Options: any (default), 0 (first GPU), 1 (second GPU), etc. |
| coder | string | X | | Options: auto, cabac, cavlc |
| temporal-aq | boolean | X | X | |
| spatial-aq | boolean | X | X | For H.265, use "spatial_aq" for H.265 encodes. Note the underscore |