From App Bundle
VideoEditor SDK supports adding predefined as well as custom filters from the app bundle.
Adding custom Filter Categories#
Custom filters can be added by specifying them in the configuration.filter.categories
array.
By default, the filters are grouped according to the provided FilterCategory
instances passed to the configuration.
Each filter category takes a unique identifier
, a name
, an optional thumbnailURI
as well as items
- an array of Filter
s.
Adding custom Filters#
When adding custom filters, you can add both LUT filters as well as DuoTone filters.
LUT Filter#
Each filter takes a unique identifier
, a name
as well as a lutURI
. Optionally, you can also provide a horizontalTileCount
as well as a verticalTileCount
. For further reference on the LUT filter concept, please have a look at the filter tool overview.
DuoTone Filter#
Each filter takes a unique identifier
, a name
, as well as a darkColor
and a lightColor
.
Adding existing Filters#
You can also add predefined filter categories that are shipped with the SDK. By default, all of them are contained in the configuration.filter.categories
array.
To add predefined filter groups, simply specify their identifiers. All available identifiers can be found here.
For this example, only two predefined overlays are enabled.