From BlenderWiki

Jump to: navigation, search
Extra Sequencer Actions
Collection of extra operators to manipulate VSE strips
UI location Sequencer
Version 2.1 Author(s) Turi Scandurra
Blender 2.62 License GPL
Category Sequencer Distribution Extern


Executable information
File name sequencer_extra_actions.py
Current version download http://projects.blender.org/tracker/download.php/153/467/30474/20891/sequencer_extra_actions.py


Links and troubleshooting
Bug reports http://projects.blender.org/tracker/index.php?func=detail&aid=30474
Links http://blenderartists.org/forum/showthread.php?248129-Extra-Sequencer-Actions
Release Log http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Sequencer/Extra_Sequencer_Actions/version_history


Installation

  1. Download the script from the above link.
  2. Open User Preferences → Addons and click Install Addon...
  3. Select the script file to install it.
  4. Enable the Addon from the Sequencer section.

Available Operators

The script is composed of a collection of several operators placed in different locations.

Location: Timeline → Frame
  • Trim to Timeline Content
  • Trim to Selection
Location: Video Sequence Editor → Select
  • Select All by Type
  • Current-Frame-Aware Select
  • Inverse
Location: Video Sequence Editor → Strip
  • Ripple Delete
  • Ripple Cut
  • Insert
  • Insert (Single Channel)
  • File Name to Strip Name
  • Slide
  • Slide Grab
  • Copy Properties
  • Fade
  • Distribute
Location: Video Sequence Editor → Input
  • File Place
  • File Insert
  • Navigate Up
Location: Movie Clip Editor
  • Open from File Browser
  • Open Active Strip
Location: Movie Clip Editor, Video Sequence Editor (with preview), Timeline
  • Jog/Shuttle
Location: Timeline, Video Sequence Editor
  • Skip One Frame

Usage

Trim to Timeline Content

Automatically set start and end frames of current scene according to the content of the Sequence Editor.

Trim to Selection

Set start and end frames of current scene to match selected strips in the Sequence Editor.

Select All by Type

Select all the strips of the specified type in the Sequence Editor.

Current-Frame-Aware Select

Select strips on all channels according to current frame. Available modes are:

  • Before (select all strips before current frame),
  • After (select all strips after current frame),
  • On (select all strips underneath playhead).

Select Inverse

Inverse the selection of strips.

Ripple Delete

Delete the active strip and shift back all other strips the number of frames between the beginning of deleted strip and the next edit in the sequence.

Ripple Cut

Same as above, but copying active strip to memory buffer before deleting it. Copied strip can be pasted in place as usual, for example using the keystroke combination ctrl-V.

Insert

Shift forward all strips after current frame and insert active strip.

Insert (Single Channel)

Same as above, but shifting occurs only on the same channel as active strip.

Slide

Alter in and out points of a strip but not its duration. Only available when a the type of active strip is Movie, Scene or Meta. Click 'Input...' to choose the amount of sliding desired. The start and end frame of active strip will be moved, but its length and position will remain unchanged. This action is also known as slipping. Click 'Current Frame to Start' or 'Current Frame to End' to perform the slide according to current frame.

Slide Grab

Same as above, interactive mode. Move mouse cursor along X axis to jog. To exit, click left or right mouse button or hit ESC.

Copy Properties

Copy properties of active strip to selected strips. Start selecting multiple strips, then make active the strip whose properties need to be copied to the selected strips. Click the desired operator to perform the action. Some operators affect single properties, while some others affect a group of properties.

Fade

Fade opacity of active strip, or its volume if its type is Sound, creating keyframes for the corresponding property. Possible fade directions are In, Out, In and Out. Duration defines the number of frames between the start and the end of the fade. Amount defines the maximum value that the fade will set. For opacity fades, the maximum value is 1.0. The minimum value reached by the fade is always 0. Keyframes created with this operator can be manipulated through the F-Curve Editor.

Distribute

Evenly distribute selected strips along the timeline according to a specified offset. This operator is useful to reassign strip length to every element of an image sequence. The operator also allows to reverse the order of the distributed strips. To perform a simple reversion of an image sequence, first separate its images and select them, then run Distribute with Offset set to 1 and Reverse Order enabled.

Open with Editor

Open active strip with Movie Clip Editor or Image Editor, according to strip type. If a clip is already loaded, existing data is used.

Open with External Editor

Open active image strip with the default external image editor. To use this operator a valid path to the external editor must be specified in User Preferences > File.

File Name to Strip Name

Set strip name to input file name. This operator is useful after separating images of a sequence.

File Place

Place active file from File Browser to Sequencer Editor on current frame.

File Insert

Same as above, but also shift forward forward all strips after current frame.

Navigate Up

Move current view to parent timeline. Only enabled when current view is relative to a Meta strip. This operator does not perform any modification to timeline elements.

Open from File Browser

Load a Movie or Image Sequence from File Browser to Movie Clip Editor. If a clip is already loaded, existing data is used.

Open Active Strip

Load a Movie or Image Sequence from Sequence Editor to Movie Clip Editor. If a clip is already loaded, existing data is used.

Jog/Shuttle

Jog through current sequence, looping between start and end frames. This action is known as jogging, shuttling or scrubbing. Click the operator to enter interactive mode. Move mouse cursor along X axis to jog. To exit, click left or right mouse button or hit ESC.

Skip One Second

Skip through the Timeline by one-second increments. The number of frames to skip is based on render settings for current scene. The script enables two new key bindings:

  • ctrl + shift + left arrow to skip back one second,
  • ctrl + shift + right arrow to skip forward one second.