MediaTransition QML Types
QML Types
MediaFX.Transition QML types can be imported into your application using the import MediaFX.Transition
statement in your .qml file.
Fades out the source video as it fades in the destination video | |
Transition using a displacement transition distortion image | |
Crossfade/wipe source to dest using a greyscale luma "map" image | |
Luma that uses a ShapeGradient as the luma map | |
Renders a video transition between two MediaClips in a MediaSequence | |
Transition from source to dest using a page curl effect | |
Luma transition based on Sam Kolder's transition | |
Transition using a text as the displacement transition distortion image | |
MediaTransition subclasses that internally use a ShaderEffect should use a subclass of this class | |
Source to dest using a generated gradient luma map |