MovieStrip(Strip)

base classes — bpy_struct, Strip

class bpy.types.MovieStrip(Strip)

Sequence strip to load a video

alpha_mode

Representation of alpha information in the RGBA pixels (default 'STRAIGHT')

  • STRAIGHT Straight – RGB channels in transparent pixels are unaffected by the alpha channel.

  • PREMUL Premultiplied – RGB channels in transparent pixels are multiplied by the alpha channel.

Type:

Literal[‘STRAIGHT’, ‘PREMUL’]

animation_offset_end

Animation end offset (trim end) (in [0, inf], default 0)

Deprecated since version 5.10: removal planned in version 6.0

Replaced by ‘.content_trim_end’.

Type:

int

animation_offset_start

Animation start offset (trim start) (in [0, inf], default 0)

Deprecated since version 5.10: removal planned in version 6.0

Replaced by ‘.content_trim_start’.

Type:

int

color_multiply

(in [0, 20], default 1.0)

Type:

float

color_saturation

Adjust the intensity of the input’s color (in [0, 20], default 1.0)

Type:

float

colorspace_settings

Input color space settings (readonly)

Type:

ColorManagedInputColorspaceSettings

content_trim_end

Number of frames to ignore from the end of the underlying source. The source content is trimmed, and future frames are turned into holds (in [0, inf], default 0)

Type:

int

content_trim_start

Number of frames to ignore from the start of the underlying source. The source content is trimmed, and previous frames are turned into holds (in [0, inf], default 0)

Type:

int

crop

(readonly)

Type:

StripCrop

elements

(default None, readonly)

Type:

bpy_prop_collection[StripElement]

filepath

(default “”, never None, blend relative // prefix supported)

Type:

str

fps

Frames per second (in [-inf, inf], default 0.0, readonly)

Type:

float

multiply_alpha

Multiply alpha along with color channels (default False)

Type:

bool

proxy

(readonly)

Type:

StripProxy

retiming_keys

(default None, readonly)

Type:

RetimingKeys[RetimingKey]

stereo_3d_format

Settings for stereo 3D (readonly, never None)

Type:

Stereo3dFormat

stream_index

For files with several movie streams, use the stream with the given index (in [0, 20], default 0)

Type:

int

strobe

Only display every nth frame (in [1, 30], default 0.0)

Type:

float

transform

(readonly)

Type:

StripTransform

use_deinterlace

Remove fields from video movies (default False)

Type:

bool

use_flip_x

Flip on the X axis (default False)

Type:

bool

use_flip_y

Flip on the Y axis (default False)

Type:

bool

use_float

Convert input to float data (default False)

Type:

bool

use_multiview

Use Multiple Views (when available) (default False)

Type:

bool

use_proxy

Use a preview proxy and/or time-code index for this strip (default False)

Type:

bool

use_reverse_frames

Reverse frame order (default False)

Type:

bool

views_format

Mode to load movie views (default 'INDIVIDUAL')

Type:

Literal[Views Format Items]

reload_if_needed()

reload_if_needed

Returns:

True if the strip can produce frames, False otherwise

Return type:

bool

metadata()

Retrieve metadata of the movie file

Returns:

Dict-like object containing the metadata

Return type:

IDPropertyWrapPtr

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions