[FFmpeg-trac] #9779(undetermined:new): ffmpeg compile with ffnvcodec

FFmpeg trac at avcodec.org
Wed May 11 17:24:32 EEST 2022


#9779: ffmpeg compile with ffnvcodec
-------------------------------------+-------------------------------------
             Reporter:  santosh      |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:  4.4.1
  undetermined                       |
             Keywords:  msvc         |               Blocked By:
             Blocking:  ffmpeg exe   |  Reproduced by developer:  1
  is not compiled                    |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 I am trying to compile ffmpeg 4.4.2 or 4.4.1 with ffnvcodec to use
 hardware acceleration.
 Platform: WINDOWS 10
 How to reproduce:
 ./configure --enable-nonfree --disable-shared --enable-ffnvcodec --enable-
 cuda-llvm --enable-gpl --disable-debug --enable-cuda-nvcc --enable-libnpp
 --toolchain=msvc --extra-cflags=-I../nv_sdk --extra-
 ldflags=-libpath:../nv_sdk --nvccflags="-gencode
 arch=compute_61,code=sm_61 -O2"

 make -j 8
 OUTPUT ERROR received in the end:
 libavfilter/vf_scale_cuda_bicubic.ptx.c(2842): fatal error C1060: compiler
 is out of heap space
 make: *** [ffbuild/common.mak:67: libavfilter/vf_scale_cuda_bicubic.ptx.o]
 Error 2

 similar existing ticket #9019(avfilter:new): CUDA Compile Broken Using
 MSVC
 provided patch fix with xxd. But it not working for me on windows.

 Please provide a fix or patch for above issue.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9779>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list