disguise developers

Designer Plugins

Plugins for Disguise Designer software.

VideoFileHeader

Base class: Resource

Properties

audioBigEndian : bool

Whether the file’s audio is big-endian

audioSampleRate : float

Audio sample rate of the file

bitsPerPixel : int

Bits per pixel of the video frame

codec : str

Codec of the file

fps : float

Number of frames per second

gpuBpp : int

gpuHeight : int

gpuWidth : int

hasAlpha : bool

Whether the file has an alpha channel

hasAudio : bool

Whether the file has an audio track

height : int

Height of the video frame (pixels)

nFrames : int

Number of frames in the file

width : int

Width of the video frame (pixels)

Constructors

__init__(self)