mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avfilter: add backgroundkey video filter
This commit is contained in:
parent
1dc8d82da9
commit
5c2a29cf72
6 changed files with 279 additions and 2 deletions
|
|
@ -177,6 +177,7 @@ extern const AVFilter ff_vf_atadenoise;
|
|||
extern const AVFilter ff_vf_avgblur;
|
||||
extern const AVFilter ff_vf_avgblur_opencl;
|
||||
extern const AVFilter ff_vf_avgblur_vulkan;
|
||||
extern const AVFilter ff_vf_backgroundkey;
|
||||
extern const AVFilter ff_vf_bbox;
|
||||
extern const AVFilter ff_vf_bench;
|
||||
extern const AVFilter ff_vf_bilateral;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue