GES.EffectClip¶
- Subclasses:
None
Methods¶
- Inherited:
GES.Clip (23), GES.Container (6), GES.TimelineElement (38), GObject.Object (37), GES.Extractable (3), GES.MetaContainer (40)
- Structs:
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Bin description of the audio track of the effect |
||
r/w/co |
Description of the video track of the effect |
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GES.EffectClip(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The effect will be applied on the sources that have lower priorities (higher number) between the inpoint and the end of it.
The asset ID of an effect clip is in the form:
- ``
“audio ! bin ! description || video ! bin ! description”
- classmethod new(video_bin_description, audio_bin_description)[source]¶
- Parameters:
- Returns:
a newly created
GES.EffectClip
, orNone
if something went wrong.- Return type:
Creates a new
GES.EffectClip
from the description of the bin.
Property Details¶
- GES.EffectClip.props.audio_bin_description¶
- Name:
audio-bin-description
- Type:
- Default Value:
- Flags:
The description of the audio track of the effect bin with a gst-launch-style pipeline description. This should be used for test purposes.
Example: “audiopanorama panorama=1.0”
- GES.EffectClip.props.video_bin_description¶
- Name:
video-bin-description
- Type:
- Default Value:
- Flags:
The description of the video track of the effect bin with a gst-launch-style pipeline description. This should be used for test purposes.
Example: “videobalance saturation=1.5 hue=+0.5”