|
FFmpeg
|
Apply a smartblur filter to the input video Ported from MPlayer libmpcodecs/vf_smartblur.c by Michael Niedermayer. More...
#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libswscale/swscale.h"#include "avfilter.h"#include "formats.h"#include "internal.h"Classes | |
| struct | FilterParam |
| struct | SmartblurContext |
Macros | |
| #define | RADIUS_MIN 0.1 |
| #define | RADIUS_MAX 5.0 |
| #define | STRENGTH_MIN -1.0 |
| #define | STRENGTH_MAX 1.0 |
| #define | THRESHOLD_MIN -30 |
| #define | THRESHOLD_MAX 30 |
| #define | OFFSET(x) offsetof(SmartblurContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Typedefs | |
| typedef struct FilterParam | FilterParam |
| typedef struct SmartblurContext | SmartblurContext |
Functions | |
| AVFILTER_DEFINE_CLASS (smartblur) | |
Variables | |
| AVFilter | ff_vf_smartblur |
Apply a smartblur filter to the input video Ported from MPlayer libmpcodecs/vf_smartblur.c by Michael Niedermayer.
| AVFilter ff_vf_smartblur |
1.8.12