[FFmpeg-trac] #10783(ffmpeg:new): FFmpeg crashes when using scale_cuda

FFmpeg trac at avcodec.org
Mon Jan 8 07:22:55 EET 2024


#10783: FFmpeg crashes when using scale_cuda
-------------------------------------+-------------------------------------
             Reporter:  Paul         |                     Type:  defect
  Pacifico                           |
               Status:  new          |                 Priority:  important
            Component:  ffmpeg       |                  Version:  git-
                                     |  master
             Keywords:  scale_cuda   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 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.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10783>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list