- avgblur_opencl
- Apply average blur filter.
- boxblur_opencl
- Apply a boxblur algorithm to the input video.
- convolution_opencl
- Apply convolution of 3x3, 5x5, 7x7 matrix.
- dilation_opencl
- Apply dilation effect to the video.
- erosion_opencl
- Apply erosion effect to the video.
- colorkey_opencl
- RGB colorspace color keying.
- 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.
- prewitt_opencl
- Apply the Prewitt operator to 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.