disguise developers

Designer Plugins

Plugins for Disguise Designer software.

VideoAsset

Base class: Resource

Properties

audioSampleRate : float

Maximum number of bits per channel

bitDepth : int

Bit depth of the original video (in Bits)

codec : str

Codec of the original video

fps : float

fragments : List[VideoFragment]

hasAlpha : bool

hasAudio : bool (Read-Only)

nFrames : int

proxyInfo : str (Read-Only)

regionSet : VideoRegionSet

resolution : Vec2

Variables

fileToAssetData : Callable

Methods

add(self, file: VideoFile, version: str, region: str, proxyLevel: int, replaceFrames: bool, iFrame: int, force: bool) -> bool

enableFragment(self, frag: VideoFragment, enabled: bool)

hasMultipleFragments(self) -> bool

insert(self, frag: VideoFragment)

moveFragment(self, srcIndex: int, destIndex: int)

remove(self, remFile: VideoFragment)

updateFileStatus(self)