GES.MultiFileSource

g GES.Extractable GES.Extractable GES.TimelineElement GES.TimelineElement GES.Extractable->GES.TimelineElement GES.MetaContainer GES.MetaContainer GES.MetaContainer->GES.TimelineElement GES.MultiFileSource GES.MultiFileSource GES.Source GES.Source GES.VideoSource GES.VideoSource GES.Source->GES.VideoSource GES.TrackElement GES.TrackElement GES.TimelineElement->GES.TrackElement GES.TrackElement->GES.Source GES.VideoSource->GES.MultiFileSource GObject.GInterface GObject.GInterface GObject.GInterface->GES.Extractable GObject.GInterface->GES.MetaContainer GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->GES.TimelineElement GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned

Subclasses:

None

Methods

Inherited:

GES.VideoSource (1), GES.TrackElement (22), GES.TimelineElement (38), GObject.Object (37), GES.Extractable (3), GES.MetaContainer (40)

Structs:

GObject.ObjectClass (5)

class

new (uri)

Virtual Methods

Inherited:

GES.Source (2), GES.TrackElement (5), GES.TimelineElement (18), GObject.Object (7), GES.Extractable (3)

Properties

Inherited:

GES.TrackElement (5), GES.TimelineElement (9)

Name

Type

Flags

Short Description

uri

str

r/w/co

multifile uri

Signals

Inherited:

GES.TrackElement (2), GES.TimelineElement (3), GObject.Object (1), GES.MetaContainer (1)

Fields

Inherited:

GES.TrackElement (2), GES.TimelineElement (3), GObject.Object (1), GES.MetaContainer (1)

Name

Type

Access

Description

parent

GES.VideoSource

r

uri

str

r

Class Details

class GES.MultiFileSource(**kwargs)
Bases:

GES.VideoSource

Abstract:

No

Structure:

GES.MultiFileSourceClass

Outputs the video stream from a given image sequence. The start frame chosen will be determined by the in-point property on the track element.

This should not be used anymore, the imagesequence:// protocol should be used instead. Check the #imagesequencesrc GStreamer element for more information.

Deprecated since version 1.18: Use GES.UriSource instead

classmethod new(uri)[source]
Parameters:

uri (str) –

Return type:

GES.MultiFileSource

Property Details

GES.MultiFileSource.props.uri
Name:

uri

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The uri of the file/resource to use. You can set a start index, a stop index and a sequence pattern. The format is <multifile://start:stop\`location`-pattern>. The pattern uses printf string formating.

Example uris:

multifile:///home/you/image\%03d.jpg

multifile://20:50@/home/you/sequence/\%04d.png