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

cvcuda vpf integration part 1 #443

Closed rnaskulwar closed 1 year ago

rnaskulwar commented 1 year ago
  1. adding cuda strteam support to encode and decode
  2. removing unnesscary stream sync
theHamsta commented 1 year ago

Will all usages of VPF still work correctly with the removed stream synchronizations even if users are not aware of streams?

gedoensmax commented 1 year ago

@rnaskulwar so this can be closed in favor of #445