- avgblur_opencl
- Apply average blur filter.
- boxblur_opencl
- Apply a boxblur algorithm to the input video.
- colorkey_opencl
- RGB colorspace color keying.
- convolution_opencl
- Apply convolution of 3x3, 5x5, 7x7 matrix.
- erosion_opencl
- Apply erosion effect to the video.
- deshake_opencl
- Feature-point based video stabilization filter.
- dilation_opencl
- Apply dilation effect to the video.
- nlmeans_opencl
- Non-local Means denoise filter through OpenCL, this filter accepts same options as nlmeans.
- overlay_opencl
- Overlay one video on top of another.
- pad_opencl
- Add paddings to the input image, and place the original input at the provided x, y coordinates.
- prewitt_opencl
- Apply the Prewitt operator to input video stream.
- program_opencl
- Filter video using an OpenCL program.
- remap_opencl
- Remap pixels using 2nd: Xmap and 3rd: Ymap input video stream.
- roberts_opencl
- Apply the Roberts cross operator to input video stream.
- sobel_opencl
- Apply the Sobel operator to input video stream.
- tonemap_opencl
- Perform HDR(PQ/HLG) to SDR conversion with tone-mapping.
- unsharp_opencl
- Sharpen or blur the input video.
- xfade_opencl
- Cross fade two videos with custom transition effect by using OpenCL.