Updated on 2024-08-09 GMT+08:00

Blur

You can use the GUI or code mode on OBS Console or make an API call to adjust the blur of an image.

Table 1 describes the parameters.

This operation is represented by blur.

Table 1 Blur parameters

Parameter

Value Description

Code Example

r

It represents the blur radius. Its value ranges from 1 to 50.

A larger radius means a larger blurred area.

image/blur,r_3,s_2

s

It represents the standard deviation of normal distribution. Its value ranges from 1 to 50.

A large standard deviation significantly blurs, while a small standard deviation blurs less.

In GUI mode, the parameter r and s increase or decrease simultaneously.