GES.MultiFileSource¶
- Subclasses:
None
Methods¶
- Inherited:
GES.VideoSource (1), GES.TrackElement (22), 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 |
multifile uri |
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
uri |
r |
Class Details¶
- class GES.MultiFileSource(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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
Property Details¶
- GES.MultiFileSource.props.uri¶
- Name:
uri
- Type:
- Default Value:
- Flags:
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