Extensions:2.6/Py/Scripts/Sequencer/Extra Sequencer Actions

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Sequencer
2018年6月29日 (金) 05:48時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Extra Sequencer Actions
Collection of extra operators to manipulate VSE strips
UI location Sequencer
Version 3.8 Author(s) Turi Scandurra, Carlos Padial
Blender 2.69 License GPL
Category Sequencer Distribution Contrib


Executable information
File name sequencer_extra_actions.zip
Current version download https://developer.blender.org/diffusion/BAC/browse/master/sequencer_extra_actions/


Links http://blenderartists.org/forum/showthread.php?248129-Extra-Sequencer-Actions
Patch tracker: https://developer.blender.org/T32532 / T37897
Release Log Version History


Installation

  1. Download the script via svn or from the bug tracker linked above (most recent zip file under "Attachments" tab at the bottom of the page).
  2. In Blender, open User Preferences → Addons and click Install from File...
  3. Select the script file and install it.
  4. Display "Testing" level Addons and finally 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
Location: Video Sequence Editor → Strip
  • Ripple Delete
  • Ripple Cut
  • Insert
  • Insert (Single Channel)
  • Slide
  • Slide Grab
  • Copy Properties
  • Fade
  • Distribute
  • Extend to Fill
Location: Video Sequence Editor → Input
  • Open with Editor
  • Open with External Editor
  • File Name to Strip Name
  • Create Movieclip strip
Location: Video Sequence Editor
  • File Place
  • File Insert
  • Navigate Up
  • Proxy Place
  • Proxy Insert
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
Location: Video Sequence Editor > UI
  • Recursive loader
Location: Video Sequence Editor > UI
  • EXIF info panel

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).

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.

Extend to Fill

Extend active strip forward to fill adjacent space. If there no other strip is following active one on the same channel, the clip is extended to the end of the sequence.

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.

Create a Movieclip strip

When a movie or image strip is selected, this operator creates a movieclip or find the correspondent movieclip that already exists for this footage, and add a VSE strip with same cuts the original strip has.It can convert movie strips and image sequences, both with hard cuts or soft cuts.

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.

Proxy Place

Same as File Place, adding a proxy file.

Proxy Insert

Same as File Insert, adding a proxy file.

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.

Recursive Loader

In a File Browser area, select a file and in the VSE panel press "Import from Browser" button. All movie clips will be imported (sorted alphabeticaly by filename) in the VSE

  • Check "Recursive" option to search recursively in this folder
  • Check "Same extension" to force import only files with the selected extension.
  • Check "Proxies" to setup proxies if existing. (first load a single file with Proxy Place to setup extension and suffix)

EXIF info panel

Select a strip and press 'Read EXIF data'. Works only with image and movie strips

   DEPENDENCIES:
   you need exiftool installed in your system
   (in linux try apt-get install exiftool)