Opened 4 months ago

Closed 4 months ago

#10783 closed defect (fixed)

FFmpeg crashes when using scale_cuda

Reported by: Paul Pacifico Owned by:
Priority: important Component: ffmpeg
Version: git-master Keywords: scale_cuda
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

When using the scale_cuda filter, ffmpeg just crash, no problem using h264_nvenc only.

How to reproduce:

% ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i input.mp4 -c:v h264_nvenc -b:v 5M -filter_complex "[0:v]scale_cuda=640:360[out]" -map "[out]" -an output.mp4

using ffmpeg-2024-01-01-git-e1c1dc8347
built on Windows.

Change History (2)

comment:1 by Gyan, 4 months ago

Looks to have been a regression but which should have been fixed by 8b76bae8961c3045fa73aa2da47345c70a93d599

Will confirm with today's build.

comment:2 by Gyan, 4 months ago

Resolution: fixed
Status: newclosed

The above commit did fix it.

Note: See TracTickets for help on using tickets.