Ffmpeg h264_cuvid Video width 8160 not within range from 48 to 4096

I try to crop a video from the size 8160x2304 to 8160x1900 and got these message.

[h264_cuvid @ 0x560197365d00] Video width 8160 not within range from 48 to 4096

Is the ffmpeg 4.2.4 with NVIDIA-SMI 455.32.00 Driver Version: 455.32.00 CUDA Version: 11.1 on Tesla V100-PCIE able to handle such a image size?

That’s my ffmpeg command.

ffmpeg -hwaccel cuvid -c:v h264_cuvid \
  -f rtsp -i rtsp:://... -copyts -c:v h264 -vf "crop=8160:1600:keep_aspect=1" \
  -profile:v baseline -f flv  test-ffmpeg.mp4