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

feat: make VPF build with Ubuntu 20.04 system packages #466

Closed theHamsta closed 1 year ago

theHamsta commented 1 year ago

Fixes #463

See https://github.com/NVIDIA/VideoProcessingFramework/issues/463#issuecomment-1514781920

Ubuntu 20.04 seems to have the necessary bitstream filter and is just missing the bsf.h header.

theHamsta commented 1 year ago

Someone should still test whether h264/hevc from mp4 still works.