Módulo mrv2

class mrv2.Path

Class used to hold a file path

get(self: mrv2.Path) str

Returns the path

getBaseName(self: mrv2.Path) str
getDirectory(self: mrv2.Path) str
getExtension(self: mrv2.Path) str
getNumber(self: mrv2.Path) str
getPadding(self: mrv2.Path) int
isAbsolute(self: mrv2.Path) bool
isEmpty(self: mrv2.Path) bool
class mrv2.FileMedia

Class used to hold a media item.

path = mrv2.Path

Path mrv2.Path to the File Media.

audioPath = mrv2.Path

Audio path mrv2.Path to the File Media if any.

timeRange = mrv2.TimeRange

Time range mrv2.TimeRange of the File Media.

playback = mrv2.timeline.Playback

Playback state mrv2.timeline.Playbacks of the File Media.

loop = mrv2.timeline.Loop

Loop state mrv2.timeline.Loop of the File Media.

currentTime = mrv2.RationalTime

Current time mrv2.RationalTime of the File Media.

inOutRange = mrv2.TimeRange

In/Out range mrv2.TimeRange of the File Media.

videoLayer = int

Video layer of the File Media.

volume = float

Volume of the File Media.

mute = bool

Mute state of the File Media.

audioOffset = float

Audio offset of the File Media.