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
Is your feature request related to a problem? Please describe.PyFfmpegDecoder lack support of PacketData
Describe the solution you'd like
Make it similar to PyNvDecoder methods, namely Interface of DecodeSingleFrame with support of PacketData and LastPacketData method
Is your feature request related to a problem? Please describe.
PyFfmpegDecoder
lack support ofPacketData
Describe the solution you'd like Make it similar to
PyNvDecoder
methods, namely Interface ofDecodeSingleFrame
with support ofPacketData
andLastPacketData
method