NVIDIA / VideoProcessingFramework

Set of Python bindings to C++ libraries which provides full HW acceleration for video decoding, encoding and GPU-accelerated color space and pixel format conversions
Apache License 2.0
1.32k stars 233 forks source link

do we need a gpu compiled ffmpeg to use this library? #553

Closed HaoLiuHust closed 12 months ago

HaoLiuHust commented 12 months ago

as descriped in ReadME, we need install ffmpeg to use VPF, I wonder if we need install a ffmpeg compiled with cuda or just a normal one?

theHamsta commented 12 months ago

A "normal" one is sufficient. FFmpeg is used for demuxing and bitstream filtering only, no CUDA functionality from FFmpeg is needed.