Skip to content

Draft: Vulkan: add vulkan video encoder object and its associated unit tests for H.264 and H.265

Stéphane Cerveau requested to merge dabrain34/gstreamer:vulkan-encoder into main

This MR intends to provide the essential bits to encode video buffers using the vulkan video extensions.

This MR does not contain any GST element but unit tests to validate the encoding process.

This MR has been tested on the 3 supported hardware such as:

  • ANV driver with 12th gen Intel chipset
  • NVIDIA RTX 3050 Ti Mobile
  • AMD RADEON 7600

Merge request reports