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

Support of PacketData for PyFfmpegDecoder #548

Open Derianer opened 1 year ago

Derianer commented 1 year ago

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