When I try to compress a mp4 .MOV to mp4 HVENC using Nvidea, I receiver the following error:

"C:\Program Files\dBpowerampVideo\ffmpeg-gpl.exe" -i "C:\Users\Public\IMG_5633.MOV" -threads 4 -qp 17 -acodec copy -c:s mov_text -f mp4 -c:v hevc_nvenc -preset medium -profile:v baseline -level 3.0 -y -ignore_unknown -hide_banner -progress "C:\Users\berry\AppData\Local\Temp\_db1A19.tmp " -loglevel 16 "C:\Users\berry\Videos\IMG_5633.mp4"
Encoding loop...
[hevc_nvenc @ 000000000261ecc0] [Eval @ 00000000005fe310] Undefined constant or missing '(' in 'baseline'
[hevc_nvenc @ 000000000261ecc0] Unable to parse option value "baseline"
[hevc_nvenc @ 000000000261ecc0] Error setting option profile to value baseline.
Error initializing output stream 0:0 -- Error while opening encoder for output stream *0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Encoding loop exit
Encoding exit

--
This is with current release (R2)(64 bit)
Can anyone offer advice?
Thanks.