Update nvdec.md

`covid` --> `cuvid` in example arguments.
This commit is contained in:
Colin McCambridge 2021-04-14 22:31:20 -05:00 committed by GitHub
parent 42410a260c
commit 40d56d0ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ A list of supported codecs (you can use `ffmpeg -decoders | grep cuvid` in the c
``` ```
For example, for H265 video (hevc), you'll select `hevc_cuvid`. Add For example, for H265 video (hevc), you'll select `hevc_cuvid`. Add
`-c:v hevc_covid` to your ffmpeg input arguments: `-c:v hevc_cuvid` to your ffmpeg input arguments:
``` ```
ffmpeg: ffmpeg: