FFMPEG with CUDA

Hi All,

We are planning to develop a commercial product that uses FFMPEG for video processing like making part of video blur, slowing down part of video, merging 2 or 3 videos, HEVC decode and encode it to x264. To achieve this we are planning to use CUDA toolkit to enable NVidia hardware acceleration. I tried to compile FFMPEG with hardware acceleration from below URL.

https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/index.html#compiling-for-windows

I was able to compile it successfully but whenever I try to use any of complex filters like boxblur or use options like baseline, I see errors like

Unable to parse option value “baseline”
No such filter: ‘boxblur’

Can anyone let me know what are the complete build/configure options that I can use to achieve these video processing activities.

Kindly help.

Thanks in Advance,
Sushma

1 Like