MovieClipProxy(bpy_struct)

base class — bpy_struct

class bpy.types.MovieClipProxy(bpy_struct)

Proxy parameters for a movie clip

build_100

Build proxy resolution 100% of the original footage dimension

Type

boolean, default False

build_25

Build proxy resolution 25% of the original footage dimension

Type

boolean, default False

build_50

Build proxy resolution 50% of the original footage dimension

Type

boolean, default False

build_75

Build proxy resolution 75% of the original footage dimension

Type

boolean, default False

build_free_run

Build free run time code index

Type

boolean, default False

build_free_run_rec_date

Build free run time code index using Record Date/Time

Type

boolean, default False

build_record_run

Build record run time code index

Type

boolean, default False

build_undistorted_100

Build proxy resolution 100% of the original undistorted footage dimension

Type

boolean, default False

build_undistorted_25

Build proxy resolution 25% of the original undistorted footage dimension

Type

boolean, default False

build_undistorted_50

Build proxy resolution 50% of the original undistorted footage dimension

Type

boolean, default False

build_undistorted_75

Build proxy resolution 75% of the original undistorted footage dimension

Type

boolean, default False

directory

Location to store the proxy files

Type

string, default “”, (never None)

quality

JPEG quality of proxy images

Type

int in [0, 32767], default 0

timecode
  • NONE No TC in use.

  • RECORD_RUN Record Run, Use images in the order they are recorded.

  • FREE_RUN Free Run, Use global timestamp written by recording device.

  • FREE_RUN_REC_DATE Free Run (rec date), Interpolate a global timestamp using the record date and time written by recording device.

  • FREE_RUN_NO_GAPS Free Run No Gaps, Record run, but ignore timecode, changes in framerate or dropouts.

Type

enum in [‘NONE’, ‘RECORD_RUN’, ‘FREE_RUN’, ‘FREE_RUN_REC_DATE’, ‘FREE_RUN_NO_GAPS’], default ‘NONE’

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions

References