/usr/share/mlt/qt/transition_qtblend.yml is in libmlt-data 6.6.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | schema_version: 0.1
type: transition
identifier: qtblend
title: Composite and transform
version: 2
copyright: Meltytech, LLC
creator: Jean-Baptiste Mardelle
license: LGPLv2.1
language: en
tags:
- Video
description: >
A transition allowing compositing and transform.
parameters:
- identifier: rect
title: Rectangle
type: geometry
description: >
Keyframable rectangle specification.
mutable: yes
- identifier: distort
title: Ignore aspect ratio
description: >
Determines whether the image aspect ratio will be distorted while scaling
to completely fill the geometry rectangle.
type: boolean
default: 0
mutable: yes
widget: checkbox
- identifier: compositing
title: Composition mode
description: >
Defines which composition operation will be performed (see QPainter CompositionMode for doc).
type: integer
default: 0
minimum: 0
maximum: 40
mutable: yes
widget: spinner
- identifier: rotation
title: Rotation angle
description: >
Angle for rotation.
type: float
default: 1
minimum: 0
maximum: 360
mutable: yes
- identifier: rotate_center
title: Rotate from center
type: integer
description: Process the rotation from center if set, otherwise from top left corner
minimum: 0
maximum: 1
mutable: yes
widget: checkbox
|