FFmpeg 4.2.10
Since* 4.2
#

Remove the rain in the input image/video by applying the derain methods based on convolutional neural networks. Supported models:

Training scripts as well as scripts for model generation are provided in the repository at https://github.com/XueweiMeng/derain_filter.git.

The filter accepts the following options:

dnn_backend

Specify which DNN backend to use for model loading and execution. This option accepts the following values:

native

Native implementation of DNN loading and execution.

Default value is native.

model

Set path to model file specifying network architecture and its parameters. Note that different backends use different file formats. TensorFlow backend can load files for both formats, while native backend can load files for only its format.