From 1d3d4434115c94e50573dc737abaae03438e0a4c Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 21 Apr 2020 11:55:59 -0400 Subject: [PATCH] docs: Add gpu parameter to Nvidia Nvenc options table. Closes #103. --- source/docs/en/1.3.0/technical/video-nvenc.markdown | 3 ++- source/docs/en/latest/technical/video-nvenc.markdown | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/docs/en/1.3.0/technical/video-nvenc.markdown b/source/docs/en/1.3.0/technical/video-nvenc.markdown index 77fdb89b..75a689fb 100644 --- a/source/docs/en/1.3.0/technical/video-nvenc.markdown +++ b/source/docs/en/1.3.0/technical/video-nvenc.markdown @@ -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 | diff --git a/source/docs/en/latest/technical/video-nvenc.markdown b/source/docs/en/latest/technical/video-nvenc.markdown index f50af1b9..3ce1060a 100644 --- a/source/docs/en/latest/technical/video-nvenc.markdown +++ b/source/docs/en/latest/technical/video-nvenc.markdown @@ -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 |