NVIDIA/GMAT

tensorrt filter cannot run?

pxEkin opened this issue · 0 comments

pxEkin commented

commond line:
ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i ./test-video/pexels-allan.mp4 -vf scale_npp=512:512,format_cuda=rgbpf32,tensorrt=./trt_engines/ESRGAN_x4_512.trt,format_cuda=nv12 -c:v h264_nvenc output.mp4 -y

logs(It's stuck here the whole time):
image

Find the problem:block in trt_model->Execute
image

How to solve the problem?