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
I test the official sample SampleEncode.py. It performs well and produces a video lesser then 5M.
However, if i add a 'bf': '0' at nvc.PyNvEncoder construction function to disable B-frame, the video it encoded costs 96M.
I test the official sample
SampleEncode.py
. It performs well and produces a video lesser then 5M. However, if i add a'bf': '0'
atnvc.PyNvEncoder
construction function to disable B-frame, the video it encoded costs 96M.