Language
Configure Filters
VideoEditor SDK supports several configuration options for the FilterToolController allowing flexible adaptation to different needs and use cases.
For a detailed explanation of how to configure different editor views, refer to this guide.
showFilterIntensitySlider#
showFilterIntensitySlider#By default, the editor will show the slider to change the intensity of the selected filter. In our example, the slider should not be shown since we only want a specific intensity to be applied.
initialFilterIntensity#
initialFilterIntensity#The default intensity of filters is set to 100% (1.0).
In this example, we only want to have 50% (0.5) intensity. Since showFilterIntensitySlider
is set to false, the filters will always be applied with a fixed intensity of 50%.