@@ -28,8 +28,8 @@ overlap two clips, and can be added manually by dragging one onto the timeline f
28
28
A transition must be placed on top of a clip (overlapping it), with the most common location being the beginning or end
29
29
or a clip.
30
30
31
- NOTE: Transitions **do not ** affect **audio **, so if you are intending to fade in/out the
32
- audio volume of a clip, you must adjust the ``volume `` clip property. See :ref: `clip_properties_ref `.
31
+ NOTE: Transitions **do not ** affect **audio **, so if you are intending to fade in/out the audio volume of a clip,
32
+ you must adjust the ``volume `` clip property. See :ref: `clip_properties_ref `
33
33
34
34
Overview
35
35
--------
@@ -52,6 +52,15 @@ direction of the fade. You can also manually adjust the **Brightness** curve, an
52
52
53
53
.. image :: images/transition-reverse.jpg
54
54
55
+ Transparency
56
+ ------------
57
+ If transitions are used on images or videos that contain transparency (*i.e. alpha channel *) this will result in the
58
+ original clip disappearing abruptly (or popping out of existence), since OpenShot's transition system expects the 2nd
59
+ clip to fully cover up the first clip. For example, if the 2nd clip does not fully cover the first clip,
60
+ a transition might not be the best tool to use. Instead, you should consider adjusting the ``alpha `` property of the first
61
+ clip to make it fade out where needed, see :ref: `clip_properties_ref ` or :ref: `clip_presets_ref `. Alternatively, you can
62
+ combine a transition and ``alpha `` fade when using transparent clips to more smoothly fade between then.
63
+
55
64
Cutting & Slicing
56
65
-----------------
57
66
OpenShot has many easy ways to adjust the start and end trim positions of a transition (otherwise known as cutting or trimming). The most common
0 commit comments