SpeedControlSequence(EffectSequence)

base classes — bpy_struct, Sequence, EffectSequence

class bpy.types.SpeedControlSequence(EffectSequence)

Sequence strip to control the speed of other strips

input_1

First input for the effect strip

Type:Sequence, (never None)
input_count
Type:int in [0, inf], default 0, (readonly)
multiply_speed

Multiply the resulting speed after the speed factor

Type:float in [0, inf], default 0.0
scale_to_length

Scale values from 0.0 to 1.0 to target sequence length

Type:boolean, default False
use_as_speed

Interpret the value as speed instead of a frame number

Type:boolean, default False

Inherited Properties

Inherited Functions