MovieClip(ID)

base classes — bpy_struct, ID

class bpy.types.MovieClip(ID)

MovieClip datablock referencing an external movie file

display_aspect

Display Aspect for this clip, does not affect rendering

Type :float array of 2 items in [0.1, 5000], default (0.0, 0.0)
filepath

Filename of the movie or sequence file

Type :string, default “”
grease_pencil

Grease pencil data for this movie clip

Type :GreasePencil
proxy
Type :MovieClipProxy, (readonly)
size

Width and height in pixels, zero when image data cant be loaded

Type :int array of 2 items in [-inf, inf], default (0, 0), (readonly)
source

Where the clip comes from

  • SEQUENCE Image Sequence, Multiple image files, as a sequence.
  • MOVIE Movie File, Movie file.
Type :enum in [‘SEQUENCE’, ‘MOVIE’], default ‘SEQUENCE’, (readonly)
tracking
Type :MovieTracking, (readonly)
use_proxy

Use a preview proxy and/or timecode index for this clip

Type :boolean, default False
use_proxy_custom_directory

Create proxy images in a custom directory (default is movie location)

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

MouseSensor(Sensor)

Next topic

MovieClipProxy(bpy_struct)