I have a problem with applying a shaderEffect on qml video. When I apply ShaderEffect to the rectangle containing a video, I observe stuttering stuttering effect on Video representation in ShaderEffect. Moreover, my program shuts down some time afterwards. Are there ways to apply shader effect to QtMultimedia Video without causing stuttering? Or maybe there is another video class I should use for that purpose? Would be nice to have a solution for a rectangle containing several videos.
I looked through stackoverflow and documentation and found no answer up to now.
Upd: problem was caused not by combination of ShaderEffect and Video, but by other bugs in my project.
Just use yet another ShaderEffect on you ShaderEffect. That is QT.