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.31k stars 233 forks source link

AV1 Encoding Support #412

Open theHamsta opened 1 year ago

theHamsta commented 1 year ago

Is your feature request related to a problem? Please describe. Ada generation GPUs support AV1 encoding. This functionality is not yet exposed by VPF

Describe the solution you'd like Add a configuration and dispatch for AV1 (like the existing h264/h265 implementation)

Describe alternatives you've considered Use H264/H265 encoding or use ffmpeg directly

Additional context N/A

ADongGu commented 11 months ago

Is your feature request related to a problem? Please describe. Ada generation GPUs support AV1 encoding. This functionality is not yet exposed by VPF

Describe the solution you'd like Add a configuration and dispatch for AV1 (like the existing h264/h265 implementation)

Describe alternatives you've considered Use H264/H265 encoding or use ffmpeg directly

Additional context N/A

if i want decoding yuv420p10le by vpf, what should i do?