- avgblur_vulkan
- Apply an average blur filter, implemented on the GPU using Vulkan.
- blend_vulkan
- Blend two Vulkan frames into each other.
- bwdif_vulkan
- Deinterlacer using bwdif, the "Bob Weaver Deinterlacing Filter" algorithm, implemented on the GPU using Vulkan.
- chromaber_vulkan
- Apply an effect that emulates chromatic aberration.
- color_vulkan
- Video source that creates a Vulkan frame of a solid color.
- vflip_vulkan
- Flips an image vertically.
- hflip_vulkan
- Flips an image horizontally.
- flip_vulkan
- Flips an image along both the vertical and horizontal axis.
- gblur_vulkan
- Apply Gaussian blur filter on Vulkan frames.
- nlmeans_vulkan
- Denoise frames using Non-Local Means algorithm, implemented on the GPU using Vulkan.
- overlay_vulkan
- Overlay one video on top of another.
- transpose_vt
- Transpose rows with columns in the input video and optionally flip it.
- transpose_vulkan
- Transpose rows with columns in the input video and optionally flip it.