can we use videoclips as live background?
The only form of video you can now use is animated GIFS, The support for Animated GIFs is there but hidden due to performance and battery issues, there is a trick to use it anyway, just copy the following snippet from your phone then paste it inside KLWP editor, it will add a Gif Module (works on the root of the preset only, so it will not work inside a layer or komponent):
##KUSTOMCLIP##
{
"clip_version": 1,
"clip_cut": [],
"clip_modules": [
{
"internal_type": "MovieModule"
}
]
}
##KUSTOMCLIP##
This will work and also allow exporting and importing on other devices, its just not officially supported because it might drain battery too fast right now.
ok. thank you.