Skip to content

Commit

Permalink
feat(reference): update the nvenc video encoder API URL
Browse files Browse the repository at this point in the history
We've built anbox with nv-video-codec-sdk 12.0.16 for a couple of
years, hence update the nvenc video encoder API URL which points to
the corresponding version.
  • Loading branch information
adglkh committed Dec 28, 2024
1 parent c66ed10 commit aae537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/webrtc-streamer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The configuration file uses the JSON format. It has the following structure:
| `nvidia_h264.aq_strength`<br>`nvidia_av1.aq_strength` | integer | `0` | Strength of adaptive quantisation: a value from `1` (least aggressive) to `15` (most aggressive). `0` means the encoder will automatically decide. |
| `nvidia_h264.preset`<br>`nvidia_av1.preset` | integer | `0` | Preset to use (a value from `1` to `7`). `0` means Anbox will automatically decide. |

See the [NVENC Video Encoder API](https://docs.nvidia.com/video-technologies/video-codec-sdk/11.0/nvenc-video-encoder-api-prog-guide/) documentation for more details on the NVIDIA video encoder options.
See the [NVENC Video Encoder API](https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/nvenc-video-encoder-api-prog-guide/) documentation for more details on the NVIDIA video encoder options.

## Video bitrate limits

Expand Down

0 comments on commit aae537d

Please sign in to comment.