disguise developers

Designer Plugins

Plugins for Disguise Designer software.

VideoClip

Base class: Resource

Properties

Video_Input : LogicalVideoInDevice

acesExposure : float

Input exposure transform (stops)

acesGamma : float

Input gamma transform

acesTransform : AcesInputTransformParameters

ACES Input transform (IDT)

audioBiasSec : float

If multi-channel audio files are not synchronised correctly, adjust this value to delay (-ve) or advance (+ve) audio relative to video

audioOuts : AudioOutputs

set up the audio outputs used for each channel by creating a new AudioOut object, setting its outputs, and then sharing between all clips needing that configuration

audioTracks : List[AudioTrack]

Additional audio tracks will play synchronously with the video clip, to logical audio outputs 0, 1, 2, etc

bilinear_filtering : int

Set to ‘on’ if the video file should be bilinear filtered when scaled; otherwise, uses point-samping

bottom : int

Amount to crop from the bottom edge of the video frame, in pixels

clip : Rect

clip_type : int

Controls how the video file is scaled to fit the canvas size

colourProfile : ColourProfile

Colour/Gamma space of the video clip

colourShift : ColourShift

Colour parameters for video file

dataRate : float (Read-Only)

Data rate of the clip playback (MB/sec)

end : int

End frame index of the video clip. Use this to trim frames from the end of the clip

file : VideoAsset

Select video asset

fileFps : float (Read-Only)

FPS of the original video

fileFrameSize : Vec2 (Read-Only)

Resolution of the original video file (pixels)

fileNFrames : int (Read-Only)

Number of frames in the original video file

fps : float

Current frames-per-second of the video clip

frame_blending : int

Set to ‘on’ if the video file should be frame-blended for smoothness. Use this when playback frame-rate is different to original frame rate

in_ : int

Loop in-point of the video clip

isVideoIn : bool (Read-Only)

left : int

Amount to crop from the left edge of the video frame, in pixels

logicalVideoIn : LogicalVideoInDevice (Read-Only)

nBeats : float

If quantised, the video file will play over this number of beats

ocioShaderProperties : OcioShaderProperties

Available OCIO transform parameters for a given colour space.

ocioTransform : OcioColourSpace

OCIO colour space of the clip

out : int

Loop out-point of the video clip

prefetchOptions : PrefetchLookaheads

Advanced : edit these settings if the clip isn’t playing well. Usually only required for very large clips

quantised : int

If set to ‘yes’, the video file will play over a specified number of beats, rather than at defined frame rate

right : int

Amount to crop from the right edge of the video frame, in pixels

sampleRateOption : int

speed : float

start : int

Start frame index of the video clip. Use this to trim frames from the start of the clip

top : int

Amount to crop from the top edge of the video frame, in pixels

video_file : VideoAsset

Select video asset

zoom : Vec2

The point of interest zoomed in towards when the content is scaled

zoom_point : Vec2

Variables

consolidateAllClips : Callable

createVideoInClip : Callable