Hi. I found a video decoding error.
ffmpeg 6.1.2
driver version 570.86.16
GPU GeForce GTX 1060
command: ffmpeg -y -c:v h264_cuvid -i 999.ts /tmp/output.yuv
log:
Input #0, mpegts, from '/tmp/999.ts':
Duration: 00:00:12.03, start: 89808.072022, bitrate: 4782 kb/s
Program 1
Stream #0:0[0xdd]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 192 kb/s
Stream #0:1[0xd3]: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1350x1080 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn
Stream mapping:
Stream #0:1 -> #0:0 (h264 (h264_cuvid) -> rawvideo (native))
Press [q] to stop, [?] for help
[h264_cuvid @ 0x577f0f7fbac0] ctx->cvdl->cuvidParseVideoData(ctx->cuparser, &cupkt) failed -> CUDA_ERROR_UNKNOWN: unknown error
[vist#0:1/h264 @ 0x577f0f96f400] Error submitting packet to decoder: Generic error in an external library
[h264_cuvid @ 0x577f0f7fbac0] ctx->cvdl->cuvidParseVideoData(ctx->cuparser, &cupkt) failed -> CUDA_ERROR_UNKNOWN: unknown error
[vist#0:1/h264 @ 0x577f0f96f400] Error submitting packet to decoder: Generic error in an external library
sample: 999.zip (3.1 MB)
What is the reason for this behavior?